Uses of Class
sds.DistributedObject

Packages that use DistributedObject
sds Main SDS package 
sds.more Miscellaneous tools used by SDS 
sds.service Common SDS services 
 

Uses of DistributedObject in sds
 

Subclasses of DistributedObject in sds
 class DistributedClientObject
           Defines client-oriented distributed objects.
 class DistributedServerObject
           Provides server-oriented distributed objects functionalities.
 

Uses of DistributedObject in sds.more
 

Method parameters in sds.more with type arguments of type DistributedObject
static byte[] SimpleClassLoader.getByteCode(java.lang.Class<? extends DistributedObject> cl)
           
 

Uses of DistributedObject in sds.service
 

Subclasses of DistributedObject in sds.service
 class Daemon
           Server-oriented distributed object to be started on each distant host which participates to the distributed system.
 class Manager
           Server-oriented distributed object to be instantiated by the user-defined distributed system manager.
 

Methods in sds.service that return types with arguments of type DistributedObject
 java.util.Collection<java.lang.Class<? extends DistributedObject>> Manager.getRegisteredDistributedObjects()
           
 

Method parameters in sds.service with type arguments of type DistributedObject
 boolean Manager.clearReferences(java.lang.Class<? extends DistributedObject> distObj)
           
 java.util.Collection<Reference> Manager.getDistributedObjectReferences(java.lang.Class<? extends DistributedObject> distObj)
           
 boolean Manager.isRegistered(java.lang.Class<? extends DistributedObject> distObj)
           
 java.util.Collection<Reference> Manager.kill(java.lang.Class<? extends DistributedObject> id, boolean block)
           
 java.util.Collection<Reference> Manager.register(java.lang.Class<? extends DistributedObject> distObj, int nbInstances, boolean block, java.util.Collection<Reference> daemons)
           
 java.util.Collection<Reference> Manager.register(java.lang.Class<? extends DistributedObject> distObj, int nbInstances, boolean block, Reference... daemons)