Uses of Class
SOMA.explorer.DirExplorerItem

Packages that use DirExplorerItem
MUM.metadataService Il package MUM.metadataService contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento dei metadati riguardanti le presentazioni.  
SOMA Contiene le classi necessarie all'avvio del sistema 
SOMA.agent.mobility Contiene le classi che gestiscono la migrazione degli agenti e, in generale, il loro ciclo di vita. 
SOMA.applet   
SOMA.explorer Contiene le classi del menu testuale che consente di amministrare tutte le componenti del sistema.  
SOMA.gui Contiene le classi dell'interfaccia grafica utente (GUI). 
SOMA.mobilePlace   
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.resourceManagement   
SOMA.security   
SOMA.security.auth   
SOMA.security.infrastructure.explorer   
SOMA.telnet   
 

Uses of DirExplorerItem in MUM.metadataService
 

Fields in MUM.metadataService declared as DirExplorerItem
protected  DirExplorerItem MetadataServiceManager.metadataServiceDirManager
          It is the menu for this service, it is to be compatible with the SOMA architecture
 

Uses of DirExplorerItem in SOMA
 

Fields in SOMA declared as DirExplorerItem
(package private)  DirExplorerItem NewPlaceExplorerItem.dir
           
(package private)  DirExplorerItem NewDomainExplorerItem.dir
           
 DirExplorerItem Environment.dir
          Menu di gestione del place.
 

Methods in SOMA that return DirExplorerItem
static DirExplorerItem Main.buildMenu()
           
 

Methods in SOMA with parameters of type DirExplorerItem
protected  void Environment.aggiungiVociDellaGUI(DirExplorerItem dir)
          Metodo aggiunto da Luigi Antenucci per aggiungere le voci della GUI.
 

Constructors in SOMA with parameters of type DirExplorerItem
NewPlaceExplorerItem(DirExplorerItem dir)
           
NewDomainExplorerItem(DirExplorerItem dir)
           
Environment(DirExplorerItem dir, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore usato per avere un Environment "vuoto".
Environment(PlaceID placeID, DirExplorerItem dir, int port, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore: avvia il place chiamando i costruttori di tutti i suoi componenti.
 

Uses of DirExplorerItem in SOMA.agent.mobility
 

Fields in SOMA.agent.mobility declared as DirExplorerItem
(package private)  DirExplorerItem AgentManager.agentManagerDir
           
 

Uses of DirExplorerItem in SOMA.applet
 

Fields in SOMA.applet declared as DirExplorerItem
(package private)  DirExplorerItem SOMAConsole.root
           
 

Uses of DirExplorerItem in SOMA.explorer
 

Fields in SOMA.explorer declared as DirExplorerItem
(package private)  DirExplorerItem LoadScriptActionListener.dir
           
(package private)  DirExplorerItem LoadExplorerItem.dir
           
(package private)  DirExplorerItem ExplorerThread.Dir
           
(package private)  DirExplorerItem ExplorerThread.RootDir
           
 DirExplorerItem DirExplorerItem.ChangeDirMessage.targetDirectory
           
 

Methods in SOMA.explorer that return DirExplorerItem
 DirExplorerItem DirExplorerItem.FindRootDirectory()
          Restrituisce il direttorio radice.
 DirExplorerItem DirExplorerItem.FindDirectory(java.util.Collection Parameters, java.io.PrintStream out)
          Restrituisce il direttorio rappresentato da una collezione di parametri.
 

Methods in SOMA.explorer with parameters of type DirExplorerItem
 ExplorerItem DirExplorerItem.addItem(DirExplorerItem value)
          Aggiunge un sottomenu al menu.
 ExplorerItem DirExplorerItem.addItem(DirExplorerItem value, int Position)
          Aggiunge un sottomenu al menu in una determinata posizione.
 

Constructors in SOMA.explorer with parameters of type DirExplorerItem
LoadScriptActionListener(java.awt.Frame parentFrame, java.lang.String title, DirExplorerItem dir, java.io.PrintStream out)
           
LoadExplorerItem(DirExplorerItem dir)
          Costruttore che specifica il menu su cui far eseguire i comandi letti da file.
ExplorerThreadGUI(DirExplorerItem root)
          Initializes the Form
ExplorerThread(DirExplorerItem Dir)
          Costruttore in cui si specifica solo il direttorio da esplorare: vengono utilizzati gli stream di sistema e non viene fatta l'echo dei comandi inseriti.
ExplorerThread(DirExplorerItem dir, java.io.InputStream in, java.io.PrintStream out, boolean echo)
          Costruttore in cui si specificano il direttorio da esplorare, un InputStream di ingresso, un PrintStream di uscita e se e' necessario effettuare l'echo dei comandi inseriti in ingresso.
ExplorerThread(java.lang.ThreadGroup threadGroup, DirExplorerItem dir, java.io.InputStream in, java.io.PrintStream out, boolean echo)
          Costruttore in cui si specificano il direttorio da esplorare, un InputStream di ingresso, un PrintStream di uscita, se e' necessario effettuare l'echo dei comandi inseriti in ingresso ed il ThreadGroup di appartenenza.
DirExplorerItem.ChangeDirMessage(DirExplorerItem targetDirectory)
           
 

Uses of DirExplorerItem in SOMA.gui
 

Fields in SOMA.gui declared as DirExplorerItem
protected static DirExplorerItem Creatore.rootDir
          Riferimento alla "root" del menù creato da Main.
 

Methods in SOMA.gui that return DirExplorerItem
 DirExplorerItem FinestraPlace.chePlaceDir()
          Rende il riferimento al "direttorio" del menù corrispondente al Place passato (accede a "rootDir" di Creatore).
static DirExplorerItem Creatore.cheRootDir()
          Rende il riferimento alla "root" del menù a directory di SOMA.
static DirExplorerItem Creatore.chePlaceDir(PlaceID placeID)
          Rende il riferimento al "direttorio" del menù corrispondente al Place passato (accede a "rootDir").
 

Methods in SOMA.gui with parameters of type DirExplorerItem
static void Creatore.defRootDir(DirExplorerItem rootDirMenu)
          Salva il riferimento alla "root" del menù a directory di SOMA, quello che viene creato da Main.
 

Constructors in SOMA.gui with parameters of type DirExplorerItem
Inizio(DirExplorerItem rootDir)
          Inizio del programma di interfaccia grafica per S.O.M.A.; costruisce e mostra la finestra di scelta.
 

Uses of DirExplorerItem in SOMA.mobilePlace
 

Fields in SOMA.mobilePlace declared as DirExplorerItem
(package private)  DirExplorerItem NewMobilePlaceExplorerItem.dir
           
 

Constructors in SOMA.mobilePlace with parameters of type DirExplorerItem
NewMobilePlaceExplorerItem(DirExplorerItem dir)
           
MobileEnvironment(PlaceID placeID, DirExplorerItem dir, int port, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore: avvia il place mobile chiamando il costruttore del place normale, aggiungendo poi altre cose.
 

Uses of DirExplorerItem in SOMA.network
 

Fields in SOMA.network declared as DirExplorerItem
(package private)  DirExplorerItem NetworkManager.networkManagerDir
           
(package private)  DirExplorerItem NetworkManager.connectionsDir
           
 

Uses of DirExplorerItem in SOMA.network.connection
 

Fields in SOMA.network.connection declared as DirExplorerItem
(package private)  DirExplorerItem NewServerExplorerItem.dir
           
(package private)  DirExplorerItem NewClientExplorerItem.dir
           
(package private)  DirExplorerItem ExplorableConnectionFactory.store
           
 

Constructors in SOMA.network.connection with parameters of type DirExplorerItem
NewServerExplorerItem(DirExplorerItem dir)
          Costruttore.
NewClientExplorerItem(DirExplorerItem dir)
          Costruttore.
ExplorableConnectionFactory(Environment env, DirExplorerItem store, java.lang.String prefixString)
          Costruttore.
 

Uses of DirExplorerItem in SOMA.resourceManagement
 

Fields in SOMA.resourceManagement declared as DirExplorerItem
(package private)  DirExplorerItem PlaceResourceManager.placeResourceManagerDir
           
(package private)  DirExplorerItem DomainResourceManager.domainResourceManagerDir
           
 

Uses of DirExplorerItem in SOMA.security
 

Fields in SOMA.security declared as DirExplorerItem
(package private)  DirExplorerItem NewServerExplorerItemSecurity.dir
           
(package private)  DirExplorerItem NewPlaceExplorerItemSecurity.dir
           
(package private)  DirExplorerItem NewDomainExplorerItemSecurity.dir
           
 

Methods in SOMA.security that return DirExplorerItem
static DirExplorerItem MainSecurity.buildMenu()
           
 

Constructors in SOMA.security with parameters of type DirExplorerItem
SecurityEnvironment(DirExplorerItem dir, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore usato per avere un Environment "vuoto".
SecurityEnvironment(PlaceID placeID, DirExplorerItem dir, int port, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore: avvia il place chiamando i costruttori di tutti i suoi componenti.
NewServerExplorerItemSecurity(DirExplorerItem dir)
          Costruttore.
NewPlaceExplorerItemSecurity(DirExplorerItem dir)
           
NewDomainExplorerItemSecurity(DirExplorerItem dir)
           
 

Uses of DirExplorerItem in SOMA.security.auth
 

Methods in SOMA.security.auth that return DirExplorerItem
static DirExplorerItem MainSecurity.buildMenu()
           
 

Uses of DirExplorerItem in SOMA.security.infrastructure.explorer
 

Fields in SOMA.security.infrastructure.explorer declared as DirExplorerItem
 DirExplorerItem ProfileLoginExplorerItem.currentDir
           
 DirExplorerItem ProfileExplorerItem.currentDir
           
 DirExplorerItem ProfileExplorerItem.updatePolicyDir
           
 DirExplorerItem PolicyUpdateItem.currentDir
           
 DirExplorerItem CRLsExplorerItem.currentDir
           
(package private)  DirExplorerItem AddressExplorerItem.currentDir
           
 

Constructors in SOMA.security.infrastructure.explorer with parameters of type DirExplorerItem
ProfileLoginExplorerItem(ProfileManager profile, java.lang.Object myKey, DirExplorerItem currentDir)
           
ProfileExplorerItem(java.lang.Object myKey, ProfileManager profile, DirExplorerItem currentDir)
           
PolicyUpdateItem(java.lang.Object myKey, ProfileManager profile, DirExplorerItem currentDir)
           
CRLsExplorerItem(java.lang.Object myKey, ProfileManager profile, DirExplorerItem currentDir)
           
AddressExplorerItem(java.lang.Object myKey, DirExplorerItem currentDir, ProfileManager profile)
           
 

Uses of DirExplorerItem in SOMA.telnet
 

Constructors in SOMA.telnet with parameters of type DirExplorerItem
TelnetServerExplorerItem(DirExplorerItem dir)
           
 



Copyright © 2004 Luca Foschini