Uses of Class
br.shob.SharedSpace

Packages that use SharedSpace
br.shob   
br.shob.client   
br.shob.storage   
 

Uses of SharedSpace in br.shob
 

Fields in br.shob declared as SharedSpace
protected  SharedSpace SharedSpace.Validator.shob
          Description of the Field
 

Constructors in br.shob with parameters of type SharedSpace
PhantomReference(String globalName, SharedSpace shob, Serializable obj)
          Constructor for the PhantomReference object
DefaultSharedReference(SharedSpace shob, String globalName)
          Creates new SharedReference.
SharedSpace.Validator(SharedSpace shob)
          Constructor for the Validator object
SharedSpace.Validator(SharedSpace shob, long waitTimeMilis)
          Constructor for the Validator object
 

Uses of SharedSpace in br.shob.client
 

Fields in br.shob.client declared as SharedSpace
protected  SharedSpace ClientCommLayer.shob
          The SharedSpace instance that uses this CommLayer
protected  SharedSpace ShobClassLoader.sharedSpace
          Description of the Field
 

Constructors in br.shob.client with parameters of type SharedSpace
ClientCommLayer(SharedSpace shob, String hostname, int port)
          Constructor for the ClientCommLayer object
ShobClassLoader(String globalName, SharedSpace sharedSpace)
          Constructor for the ShobClassLoader object
 

Uses of SharedSpace in br.shob.storage
 

Constructors in br.shob.storage with parameters of type SharedSpace
StorageManager(SharedSpace shob, Storage storage)