| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Environment | |
| MUM.metadataService | Il package MUM.metadataService contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento dei metadati riguardanti le presentazioni. | 
| MUM.metadataService.cachingService | Il package MUM.metadataService contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento dei metadati riguardanti le presentazioni. | 
| MUM.metadataService.policiesService | Il package MUM.metadataService.policiesManager contiene le classi che definiscono il servizio di gestione delle politiche di accesso al sistema di gestione dei metadati. | 
| MUM.multimediaServicesService | Il package MUM.multimediaServicesService contiene le classi che definiscono gli oggetti utilizzati per la gestione delle entitเ fisse di tipo server. | 
| MUM.profileService.server | Il package MUM.profileService.server contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento di profili riguardanti le presentazioni, lato server. | 
| MUM.repositoryService | Il package MUM.repositoryService contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento e il salvataggio del codice scaricabile a runtime. | 
| SOMA.agent | Contiene le classi di gestione degli agenti. | 
| SOMA.agent.classLoading | |
| SOMA.agent.mobility | Contiene le classi che gestiscono la migrazione degli agenti e, in generale, il loro ciclo di vita. | 
| SOMA.gui | Contiene le classi dell'interfaccia grafica utente (GUI). | 
| SOMA.mobilePlace | |
| SOMA.naming.domain | Contiene le classi che gestiscono il Domain Name Service di un place. | 
| SOMA.naming.place | Contiene le classi che gestiscono il Place Name Service di un place. | 
| SOMA.network | Contiene le classi che gestiscono la comunicazione fra place diversi. | 
| SOMA.network.connection | Contiene le classi che gestiscono ogni singola connessione fra place diversi.  | 
| SOMA.output | |
| SOMA.resourceManagement | |
| SOMA.resourceManagement.windows | |
| SOMA.security | |
| Uses of Environment in MUM.metadataService | 
| Fields in MUM.metadataService declared as Environment | |
protected  Environment | 
MetadataServiceManager.env
The environment where the RootMetadataServiceManager is istantiated  | 
| Methods in MUM.metadataService that return Environment | |
 Environment | 
ITestMetadataServiceAgent.getEnvoronment()
Fornisce l'Environment  | 
| Constructors in MUM.metadataService with parameters of type Environment | |
RootMetadataServiceManager(Environment env)
Constructor: accepts as argument the environment where it is istantiated  | 
|
MetadataServiceManager(Environment env)
Constructor: accepts as argument the environment where it is istantiated  | 
|
GenericMetadataServiceManager(Environment env,
                              ComponentInfo rootCI,
                              ComponentInfo fatherCI,
                              IPolicy currentPolicy)
Constructor: accepts as arguments the environment where it is istantiated, the component info of root and father  | 
|
| Uses of Environment in MUM.metadataService.cachingService | 
| Fields in MUM.metadataService.cachingService declared as Environment | |
protected  Environment | 
MetadataCacheManager.env
 | 
| Constructors in MUM.metadataService.cachingService with parameters of type Environment | |
RootMetadataCacheManager(RootMetadataServiceManager metadataServiceManager,
                         java.lang.String absoluteFileName,
                         Environment env,
                         java.io.PrintStream out)
 | 
|
MetadataCacheManager(IMetadataServiceManager metadataServiceManager,
                     java.lang.String absoluteFileName,
                     Environment env,
                     java.io.PrintStream out)
 | 
|
GenericMetadataCacheManager(GenericMetadataServiceManager metadataServiceManager,
                            java.lang.String absoluteFileName,
                            Environment env,
                            java.io.PrintStream out)
 | 
|
| Uses of Environment in MUM.metadataService.policiesService | 
| Fields in MUM.metadataService.policiesService declared as Environment | |
protected  Environment | 
PoliciesManager.env
 | 
| Constructors in MUM.metadataService.policiesService with parameters of type Environment | |
RootPoliciesManager(Environment env,
                    IMetadataCacheManager metadataCacheManager,
                    java.lang.String policiesDatabase)
 | 
|
PoliciesManager(Environment env,
                IMetadataCacheManager metadataCacheManager)
 | 
|
GenericPoliciesManager(Environment env,
                       IMetadataCacheManager metadataCacheManager,
                       IPolicy currentPolicy)
 | 
|
| Uses of Environment in MUM.multimediaServicesService | 
| Constructors in MUM.multimediaServicesService with parameters of type Environment | |
MultimediaServicesManager(Environment env)
Constructor: accepts as argument the environment where it is istantiated  | 
|
| Uses of Environment in MUM.profileService.server | 
| Constructors in MUM.profileService.server with parameters of type Environment | |
ProfileContainerManager(Environment env,
                        IProfileRepository profileRepository,
                        IPlatformDescriptorsDB platformDB)
Constructor: accepts as argument the environment where it is istantiated  | 
|
| Uses of Environment in MUM.repositoryService | 
| Constructors in MUM.repositoryService with parameters of type Environment | |
ComponentRepositoryManager(Environment env,
                           IComponentDescriptorRepository componentDescriptorRepository)
Constructor: accepts as argument the environment where it is istantiated  | 
|
| Uses of Environment in SOMA.agent | 
| Fields in SOMA.agent declared as Environment | |
(package private)  Environment | 
AgentWorkerExplorerItem.env
 | 
(package private)  Environment | 
AgentWorker.env
 | 
(package private)  Environment | 
AgentLauncherExplorerItem.env
 | 
| Methods in SOMA.agent that return Environment | |
 Environment | 
AgentSystem.getEnvironment()
 | 
| Constructors in SOMA.agent with parameters of type Environment | |
AgentWorkerExplorerItem(Environment env)
Costruttore.  | 
|
AgentWorker(Agent agent,
            Environment env)
Costruttore.  | 
|
AgentSystem(Environment env)
Costruttore.  | 
|
AgentLauncherExplorerItem(Environment env)
 | 
|
| Uses of Environment in SOMA.agent.classLoading | 
| Fields in SOMA.agent.classLoading declared as Environment | |
(package private)  Environment | 
AgentClassLoader.env
 | 
| Methods in SOMA.agent.classLoading with parameters of type Environment | |
(package private)  boolean | 
AgentClassLoaderSecurity.verifyCode(AgentID agentID,
           Environment env,
           java.lang.String className,
           byte[] classData)
 | 
(package private)  boolean | 
AgentClassLoaderSecurity.verifyState(Environment env)
 | 
| Constructors in SOMA.agent.classLoading with parameters of type Environment | |
AgentClassLoaderSecurity(Environment env,
                         java.lang.String agentClass,
                         AgentID agentID,
                         boolean sw)
 | 
|
AgentClassLoaderSecurity(Environment env,
                         java.lang.String agentClass,
                         AgentID agentID)
 | 
|
AgentClassLoader(Environment env,
                 java.lang.String agentClass,
                 AgentID agentID)
 | 
|
| Uses of Environment in SOMA.agent.mobility | 
| Fields in SOMA.agent.mobility declared as Environment | |
(package private)  Environment | 
AgentManager.env
 | 
| Methods in SOMA.agent.mobility with parameters of type Environment | |
 Agent | 
UbiQoSSystemAgentPacket.getAgent(Environment env)
 | 
 Agent | 
SystemAgentPacket.getAgent(Environment env)
 | 
 AgentID | 
SavedWorker.restoreWorker(Environment env)
 | 
 Agent | 
BasicAgentPacketSecurity.getAgent(Environment env)
 | 
 Agent | 
BasicAgentPacket.getAgent(Environment env)
 | 
 java.util.List | 
AgentWorkerStore.saveWorkers(Environment env)
 | 
 Agent | 
AgentPacket.getAgent(Environment env)
 | 
| Constructors in SOMA.agent.mobility with parameters of type Environment | |
SavedWorker(Environment env,
            AgentWorker worker)
 | 
|
AgentTransportCommand(Environment env,
                      Agent agent,
                      PlaceID destination)
Costruttore.  | 
|
AgentManagerSecurity(Environment env)
Costruttore.  | 
|
AgentManager(Environment env)
Costruttore.  | 
|
| Uses of Environment in SOMA.gui | 
| Fields in SOMA.gui declared as Environment | |
protected  Environment | 
PosizioneAgenti.env
Per memorizzare i parametri passati al costruttore, in modo che siano visibili anche agli altri metodi.  | 
protected  Environment | 
PanInfoDNS.env
Il PlaceID passato al costruttore.  | 
protected  Environment | 
ModelloPNS.mioEnv
L'Environment del place; in questo oggetto ่ contenuto il riferimento al PNS (vedi dopo).  | 
protected  Environment | 
ModelloDNS.mioEnv
L'Environment del place; in questo oggetto ่ contenuto il riferimento al DNS (vedi dopo).  | 
protected  Environment | 
ManipolaAgenti.env
Per memorizzare i parametri passati al costruttore, in modo che siano visibili anche agli altri metodi.  | 
protected  Environment | 
ActionPlace.env
Riferimento all' Environment del place a cui ่ associato questo "ActionPlace". | 
| Methods in SOMA.gui that return Environment | |
static Environment | 
Creatore.crea(java.lang.String invocazione,
     Anagrafe anagrafe)
Crea un place di default o un place normale da una stringa di invocazione.  | 
static Environment[] | 
Creatore.caricaConfigSalvata(Anagrafe anagrafe)
Carica il file di configurazione dei place (precedentemente salvato) e crea uno a uno ogni place.  | 
 Environment | 
Anagrafe.cheEnvironment(PlaceID placeID)
Dato un PlaceID ne rende il suo Environment
  (precedentemente salvato in "libroMastro"). | 
 Environment | 
ActionPlace.cheEnv()
Rende l' Environment del place associato all'ActionPlace | 
| Methods in SOMA.gui with parameters of type Environment | |
static void | 
Creatore.lanciaAgente(Environment env,
             java.lang.String nomeAgente,
             java.lang.String[] arrParam,
             boolean usaSysClassLoader,
             boolean rintracciabile,
             boolean nonFarloPartire)
Lancia un agente, dato l' Environment del place.
   | 
static void | 
Creatore.lanciaAgente(Environment env,
             java.lang.String nomeAgente,
             java.lang.String[] arrParam,
             boolean usaSysClassLoader,
             boolean rintracciabile,
             boolean nonFarloPartire,
             java.lang.String profileFileName,
             java.lang.String profilePassword)
Lancia un agente, dato l' Environment del place.
   | 
 void | 
Anagrafe.battezzaPlace(Environment placeEnv)
Rende noto al mondo che ่ nato un nuovo place!  | 
 ActionPlace | 
Anagrafe.cheActionPlace(Environment env)
Dato un Environment ne rende il suo ActionPlace
  (ritrovandolo dall'oggetto DaemonExplorerItem contenuto nel MENU'). | 
 int | 
Anagrafe.chePorta(Environment env)
Dato un Environment ne rende il suo Numero di Porta
  (ritrovandolo dalla catena di oggetti che partono dall'Environment). | 
 java.net.InetAddress | 
Anagrafe.cheHost(Environment env)
Dato un Environment ne rende il suo Indirizzo di Host
  (ossia l'indirizzo a cui ่ stato registrato il networkManager)
  (ritrovandolo dalla catena di oggetti che partono dall'Environment). | 
| Constructors in SOMA.gui with parameters of type Environment | |
PosizioneAgenti(Environment env)
Costruzione della finestra per la visualizzazione e modifica del D/P-NS.  | 
|
PanInfoDNS(Environment env)
Costruisco un pannello che mostra i dati della parentela del DNS.  | 
|
ModelloPNS(Environment env)
Costruisce il Modello per il PNS dell'Environment passato come parametro e ne apre la finestra.  | 
|
ModelloPNS(Environment env,
           boolean apriFin)
Costruisce il Modello per il PNS dell'Environment passato come parametro e ne apre la finestra (con tutti i bottoni di modifica) a seconda del valore di "apriFin".  | 
|
ModelloPNS(Environment env,
           int finXNSModif)
Costruisce il Modello per il PNS dell'Environment passato come parametro e ne apre la finestra relativa (in ogni caso).  | 
|
ModelloDNS(Environment env)
Costruisce il Modello per il DNS dell'Environment passato come parametro e ne apre la finestra.  | 
|
ModelloDNS(Environment env,
           boolean apriFin)
Costruisce il Modello per il DNS dell'Environment passato come parametro e ne apre la finestra (con tutti i bottoni di modifica) a seconda del valore di "apriFin".  | 
|
ModelloDNS(Environment env,
           int finXNSModif)
Costruisce il Modello per il DNS dell'Environment passato come parametro e ne apre la finestra relativa (in ogni caso).  | 
|
ManipolaAgenti(Environment env)
Costruzione della finestra per la visualizzazione e modifica del D/P-NS.  | 
|
ActionPlace(Environment env)
Costruttore di un ActionPlace per l' Environment env passato. | 
|
ActionPlace(Environment env,
            boolean apriFin)
Costruttore di un ActionPlace per l' Environment env passato.
   | 
|
| Uses of Environment in SOMA.mobilePlace | 
| Subclasses of Environment in SOMA.mobilePlace | |
 class | 
MobileEnvironment
Classe che rappresenta l'astrazione di place mobile.  | 
| Fields in SOMA.mobilePlace declared as Environment | |
(package private)  Environment | 
MobilePlaceManager.env
 | 
| Methods in SOMA.mobilePlace with parameters of type Environment | |
 void | 
MobilePlaceManager.setEnv(Environment env)
Aggiorna il riferimento all'Environment.  | 
| Constructors in SOMA.mobilePlace with parameters of type Environment | |
MobilePlaceNameService(Environment env)
Costruttore.  | 
|
MobilePlaceManager(Environment env)
Costruttore.  | 
|
| Uses of Environment in SOMA.naming.domain | 
| Fields in SOMA.naming.domain declared as Environment | |
(package private)  Environment | 
DomainNameService.env
 | 
| Methods in SOMA.naming.domain with parameters of type Environment | |
 void | 
DomainNameService.setEnv(Environment env)
Aggiorna il riferimento all'Environment.  | 
| Constructors in SOMA.naming.domain with parameters of type Environment | |
DomainRefreshCommand(Environment env)
Costruttore.  | 
|
DomainRefreshCommand(Environment env,
                     boolean closeConnection)
Costruttore.  | 
|
DomainNameService(Environment env)
Costruttore.  | 
|
| Uses of Environment in SOMA.naming.place | 
| Fields in SOMA.naming.place declared as Environment | |
protected  Environment | 
PlaceNameService.env
 | 
| Methods in SOMA.naming.place with parameters of type Environment | |
 void | 
PlaceNameService.setEnv(Environment env)
Aggiorna il riferimento all'Environment.  | 
| Constructors in SOMA.naming.place with parameters of type Environment | |
PlaceRefreshCommand(Environment env)
Costruttore.  | 
|
PlaceNameService(Environment env)
Costruttore.  | 
|
| Uses of Environment in SOMA.network | 
| Fields in SOMA.network declared as Environment | |
(package private)  Environment | 
NetworkManager.env
 | 
| Constructors in SOMA.network with parameters of type Environment | |
NetworkManagerSecurity(Environment env,
                       int port)
Costruttore.  | 
|
NetworkManager(Environment env,
               int port)
Costruttore.  | 
|
| Uses of Environment in SOMA.network.connection | 
| Fields in SOMA.network.connection declared as Environment | |
(package private)  Environment | 
NewServerExplorerItem.env
 | 
(package private)  Environment | 
NewClientExplorerItem.env
 | 
(package private)  Environment | 
ConnectionFactory.env
 | 
(package private)  Environment | 
Connection.env
 | 
protected  Environment | 
Command.env
Riferimento all'Environment del place.  | 
| Methods in SOMA.network.connection with parameters of type Environment | |
 void | 
QuickCommand.start(Connection ReturnConnection,
      Environment env)
Effettuate le inizializzazioni, chiama direttamente Command.run().
  | 
 void | 
Command.start(Connection ReturnConnection,
      Environment env)
Esegue il comando.  | 
| Constructors in SOMA.network.connection with parameters of type Environment | |
SelfConnection(Environment env)
 | 
|
ExplorableConnectionFactory(Environment env,
                            DirExplorerItem store,
                            java.lang.String prefixString)
Costruttore.  | 
|
ConnectionFactory(Environment env)
Costruttore.  | 
|
Connection(java.net.Socket mySocket,
           Environment env)
Costruttore: effettua le inizializzazioni ed apre gli stream della socket.  | 
|
| Uses of Environment in SOMA.output | 
| Fields in SOMA.output declared as Environment | |
(package private)  Environment | 
PlaceWindow.env
 | 
| Constructors in SOMA.output with parameters of type Environment | |
PlaceWindow(Environment env)
 | 
|
| Uses of Environment in SOMA.resourceManagement | 
| Fields in SOMA.resourceManagement declared as Environment | |
(package private)  Environment | 
PlaceResourceManager.env
 | 
(package private)  Environment | 
DomainResourceManager.env
 | 
| Constructors in SOMA.resourceManagement with parameters of type Environment | |
PlaceResourceManager(Environment env)
Costruttore: crea l'oggetto e tutti gli elementi che lo compongono inserendoli nella gerarchia a direttori del sistema  | 
|
DomainResourceManager(Environment env)
Costruttore: crea l'oggetto e tutti gli elementi che lo compongono inserendoli nella gerarchia a direttori del sistema  | 
|
| Uses of Environment in SOMA.resourceManagement.windows | 
| Fields in SOMA.resourceManagement.windows declared as Environment | |
protected  Environment | 
PRMWindow.env
 | 
| Constructors in SOMA.resourceManagement.windows with parameters of type Environment | |
PRMWindow(Environment env)
 | 
|
| Uses of Environment in SOMA.security | 
| Subclasses of Environment in SOMA.security | |
 class | 
SecurityEnvironment
Classe che rappresenta l'astrazione di place.  | 
| Fields in SOMA.security declared as Environment | |
(package private)  Environment | 
NewServerExplorerItemSecurity.env
 | 
(package private)  Environment | 
AgentLauncherExplorerItemSecurity.env
 | 
| Constructors in SOMA.security with parameters of type Environment | |
AgentLauncherExplorerItemSecurity(Environment env)
 | 
|
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||