Package org.objectweb.easybeans.rpc.api

Implementation of EJB 3.0 container

See:
          Description

Interface Summary
ClientRPC All RPC implementation need to implement this interface which send a request to the remote side and receive a response forwarded back to the client.
EJBRequest Request sends to the server.
EJBResponse Response received from the server.
 

Exception Summary
RPCException Exception thrown if there is a failure in the response done by the remote side.
 

Package org.objectweb.easybeans.rpc.api Description

Implementation of EJB 3.0 container