Uses of Class
org.sourceforge.jemmrpc.shared.Message

Packages that use Message
org.sourceforge.jemmrpc.server   
org.sourceforge.jemmrpc.shared   
 

Uses of Message in org.sourceforge.jemmrpc.server
 

Methods in org.sourceforge.jemmrpc.server with parameters of type Message
 void RPCServer.processMessage(ClientId clientId, Message message)
          Process an incoming message.
 

Uses of Message in org.sourceforge.jemmrpc.shared
 

Subclasses of Message in org.sourceforge.jemmrpc.shared
 class AvailableIFsMessage
          Initialisation message used by RPCHandler listing the interfaces available for call by the sender.
 class ErrorMessage
          A class representing an error returned by the server.
 class RPCCallMessage
          The RPCCallMessage details an RPC call, giving information about the calling thread, target interface,method arguments and whether the call is synchronous or asynchronous.
 class RPCCallRespMessage
           
 

Methods in org.sourceforge.jemmrpc.shared that return Message
 Message MessageWrapper.getMessage()
          Retrieves the contained Message
 Message RPCHandler.sendSyncMessage(Message message)
          Send a synchronous message to the server.
 

Methods in org.sourceforge.jemmrpc.shared with parameters of type Message
protected  void RPCHandler.receiveMessage(Message message)
           
 Message RPCHandler.sendSyncMessage(Message message)
          Send a synchronous message to the server.
protected  void RPCHandler.writeMessage(Message message)
           
 

Constructors in org.sourceforge.jemmrpc.shared with parameters of type Message
MessageWrapper(java.lang.String dThreadId, MessageType fMsgType, Message fMessage)
          Creates a MessageWrapper.
 



Copyright © 2008. All Rights Reserved.