Uses of Package
org.sourceforge.jemmrpc.shared

Packages that use org.sourceforge.jemmrpc.shared
org.sourceforge.jemmrpc.client   
org.sourceforge.jemmrpc.example.echo   
org.sourceforge.jemmrpc.server   
org.sourceforge.jemmrpc.shared   
 

Classes in org.sourceforge.jemmrpc.shared used by org.sourceforge.jemmrpc.client
RPCHandler
          RPCHandler is used to implement the shared logic used by both RPCClient and RPCServer.
RPCHandlerListener
          Trivial interface to allow RPCHandler users to be notified when a client connection disconnects.
 

Classes in org.sourceforge.jemmrpc.shared used by org.sourceforge.jemmrpc.example.echo
AsynchronousCall
          Annotation of asynchronous void methods for shared interfaces.
 

Classes in org.sourceforge.jemmrpc.shared used by org.sourceforge.jemmrpc.server
Message
          A sendable message.
RPCHandler
          RPCHandler is used to implement the shared logic used by both RPCClient and RPCServer.
RPCHandlerListener
          Trivial interface to allow RPCHandler users to be notified when a client connection disconnects.
 

Classes in org.sourceforge.jemmrpc.shared used by org.sourceforge.jemmrpc.shared
Message
          A sendable message.
MessageType
           
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.
RPCHandlerListener
          Trivial interface to allow RPCHandler users to be notified when a client connection disconnects.
 



Copyright © 2008. All Rights Reserved.