Uses of Class
SOMA.naming.place.PlaceInfo

Packages that use PlaceInfo
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. 
 

Uses of PlaceInfo in SOMA.mobilePlace
 

Fields in SOMA.mobilePlace declared as PlaceInfo
(package private)  PlaceInfo MobilePlaceConnectionCommand.myPlaceInfo
           
 

Constructors in SOMA.mobilePlace with parameters of type PlaceInfo
MobilePlaceRegisterCommand(PlaceInfo myPlaceInfo)
          Costruttore
MobilePlaceConnectionCommand(PlaceInfo myPlaceInfo)
          Costruttore
 

Uses of PlaceInfo in SOMA.naming.domain
 

Subclasses of PlaceInfo in SOMA.naming.domain
 class DomainInfo
          Memorizza informazioni relative ad un dominio.
 

Constructors in SOMA.naming.domain with parameters of type PlaceInfo
DomainInfo(PlaceInfo pi)
          Costruttore: copia tutti i campi di pi.
 

Uses of PlaceInfo in SOMA.naming.place
 

Fields in SOMA.naming.place declared as PlaceInfo
(package private)  PlaceInfo PutPlaceCommand.toPut
           
protected  PlaceInfo PlaceRegisterCommand.myPlaceInfo
           
 

Methods in SOMA.naming.place that return PlaceInfo
 PlaceInfo PlaceNameService.getPlace(PlaceID placeID)
          Restituisce la PlaceInfo corrispondente a placeID, o null se non trovata.
 PlaceInfo PlaceNameService.putPlace(PlaceInfo newPlaceInfo)
          Inserisce una PlaceInfo.
 PlaceInfo PlaceNameService.removePlace(PlaceID aPlaceID)
          Elimina la placeInfo corrispondente a aPlaceID.
 

Methods in SOMA.naming.place with parameters of type PlaceInfo
 PlaceInfo PlaceNameService.putPlace(PlaceInfo newPlaceInfo)
          Inserisce una PlaceInfo.
 

Constructors in SOMA.naming.place with parameters of type PlaceInfo
PutPlaceCommand(PlaceInfo toPut)
          Costruttore.
PlaceRegisterCommand(PlaceInfo myPlaceInfo)
          Costruttore
 

Uses of PlaceInfo in SOMA.network
 

Fields in SOMA.network declared as PlaceInfo
 PlaceInfo NetworkManager.placeInfo
          Informazioni sul place.
 



Copyright © 2004 Luca Foschini