Uses of Class
sds.data.Message

Packages that use Message
sds Main SDS package 
sds.data Transmitted content holders 
sds.service Common SDS services 
 

Uses of Message in sds
 

Methods in sds with parameters of type Message
 java.util.Collection<Reference> DistributedObject.deliver(Message msg, boolean block, java.util.Collection<Reference> recipients)
           Message delivery to recipients
 java.util.Collection<Reference> DistributedObject.deliver(Message msg, boolean block, Reference... recipients)
           Message delivery to recipients
abstract  boolean DistributedServerObject.receive(Message msg)
           Defines the server behavior when a message is received
 

Uses of Message in sds.data
 

Methods in sds.data that return Message
 Message Message.createResponse()
           Generates a pre-initialized response to this message.
static Message Message.createResponse(Message request)
           Generates a pre-initialized response to a given message.
 

Methods in sds.data with parameters of type Message
static Message Message.createResponse(Message request)
           Generates a pre-initialized response to a given message.
 

Constructors in sds.data with parameters of type Message
Message(Message other)
           Duplicates an existing message.
 

Uses of Message in sds.service
 

Methods in sds.service with parameters of type Message
 boolean Manager.receive(Message msg)
           
 boolean Daemon.receive(Message msg)
           
abstract  boolean Manager.recv(Message msg)