Uses of Package
org.sourceforge.jemm.comm.shared

Packages that use org.sourceforge.jemm.comm.shared
org.sourceforge.jemm.comm.client   
org.sourceforge.jemm.comm.example.echo   
org.sourceforge.jemm.comm.server   
org.sourceforge.jemm.comm.shared   
org.sourceforge.jemm.database.remote.shared   
 

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

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

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

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

Classes in org.sourceforge.jemm.comm.shared used by org.sourceforge.jemm.database.remote.shared
AsynchronousCall
          Annotation of asynchronous void methods for shared interfaces.
SynchronousCall
          Annotation of synchronous void methods for shared interfaces.
 



Copyright © 2009. All Rights Reserved.