org.ow2.easybeans.rpc.api |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
ClientRPC.java | Interface | 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.java | Interface | Request sends to the server. |
EJBResponse.java | Interface | Response received from the server. |
RPCException.java | Class | Exception thrown if there is a failure in the response done by the remote
side. |