Package org.sourceforge.jemmrpc.shared

Interface Summary
MessageReceiver Generalised message receive interface.
RPCHandlerListener Trivial interface to allow RPCHandler users to be notified when a client connection disconnects.
 

Class Summary
AvailableIFsMessage Initialisation message used by RPCHandler listing the interfaces available for call by the sender.
ErrorMessage A class representing an error returned by the server.
IFUtilities Utility methods for interface handling.
Message A sendable message.
MessageWrapper A wrapper giving necessary processing information to the receiver.
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.
RPCCallRespMessage  
RPCHandler RPCHandler is used to implement the shared logic used by both RPCClient and RPCServer.
RPCProxyHandler RPCProxyHandler is used to implement the proxy handling behind the supported remote interfaces.
ThreadUtil Utility methods for thread.
 

Enum Summary
MessageType  
 

Annotation Types Summary
AsynchronousCall Annotation of asynchronous void methods for shared interfaces.
SynchronousCall Annotation of synchronous void methods for shared interfaces.
 



Copyright © 2008. All Rights Reserved.