| org.ow2.easybeans.rpc.api.ClientRPC
All known Subclasses: org.ow2.easybeans.rpc.rmi.client.RMIClientRPC,
ClientRPC | public interface ClientRPC (Code) | | 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.
author: Florent Benoit |
Method Summary | |
EJBResponse | sendEJBRequest(EJBRequest request) Sends a request comes to the remote side.
A response is done by the remote side and it sends back a response.
Parameters: request - the EJB request. |
sendEJBRequest | EJBResponse sendEJBRequest(EJBRequest request)(Code) | | Sends a request comes to the remote side.
A response is done by the remote side and it sends back a response.
Parameters: request - the EJB request. a response that have been processed by the server. |
|
|