Uses of Class
sds.error.SdsException

Packages that use SdsException
sds Main SDS package 
sds.error SDS exceptions 
sds.service Common SDS services 
 

Uses of SdsException in sds
 

Methods in sds with parameters of type SdsException
abstract  void DistributedServerObject.processError(SdsException error)
           Automatically called when DistributedServerObject.receive(Message) returns false or when an SdsException while processing an incoming request
 

Methods in sds that throw SdsException
abstract  boolean DistributedServerObject.receive(Message msg)
           Defines the server behavior when a message is received
 void DistributedObject.run(int port)
           Executes this distributed object as a normal server (not a daemon).
 void DistributedServerObject.run(int port, boolean daemon)
           
abstract  void DistributedObject.run(int port, boolean daemon)
           Executes this distributed object as a server.
 void DistributedClientObject.run(int port, boolean daemon)
           This operation must not be used as it raises a ProcessException
 

Uses of SdsException in sds.error
 

Subclasses of SdsException in sds.error
 class ActivationException
           
 class AuthenticationException
           
 class CommunicationException
           
 class FormatException
           
 class ProcessException
           
 

Uses of SdsException in sds.service
 

Methods in sds.service with parameters of type SdsException
 void Daemon.processError(SdsException e)
           
 

Methods in sds.service that throw SdsException
 boolean Manager.receive(Message msg)
           
 boolean Daemon.receive(Message msg)
           
abstract  boolean Manager.recv(Message msg)
           
 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)