Uses of Class
SOMA.naming.NameException

Packages that use NameException
SOMA Contiene le classi necessarie all'avvio del sistema 
SOMA.naming Contiene tutte le classi necessarie all'identificazione di oggetti all'interno del sistema. 
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. 
 

Uses of NameException in SOMA
 

Constructors in SOMA that throw NameException
Environment.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 NameException in SOMA.naming
 

Constructors in SOMA.naming that throw NameException
PlaceID.PlaceID(java.lang.String s)
          Costruisce un identificatore a partire da una stringa.
AgentID.AgentID(java.lang.String s)
          Costruisce un identificatore a partire da una stringa.
 

Uses of NameException in SOMA.naming.domain
 

Constructors in SOMA.naming.domain that throw NameException
DomainInfo.DomainInfo(PlaceID domainID, java.net.InetAddress host, int port)
          Costruttore.
DomainInfo.DomainInfo(PlaceInfo pi)
          Costruttore: copia tutti i campi di pi.
 

Uses of NameException in SOMA.naming.place
 

Constructors in SOMA.naming.place that throw NameException
PlaceInfo.PlaceInfo(PlaceID placeID, java.net.InetAddress host, int port)
          Costruttore.
 

Uses of NameException in SOMA.network
 

Constructors in SOMA.network that throw NameException
NetworkManager.NetworkManager(Environment env, int port)
          Costruttore.