| java.lang.Object org.ow2.easybeans.rpc.rmi.client.RMIClientRPC
RMIClientRPC | public class RMIClientRPC implements ClientRPC(Code) | | RMI implementation of the RPC mechanism of EJB requests/responses.
author: Florent Benoit |
Constructor Summary | |
public | RMIClientRPC(Hashtable, ?> rmiClientEnvironment) Builds a new RMI client RPC with the given rmi environment. |
Method Summary | |
public 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. |
EASYBEANS_RMI_FACTORY | final public static String EASYBEANS_RMI_FACTORY(Code) | | EasyBeans factory.
|
RMIClientRPC | public RMIClientRPC(Hashtable, ?> rmiClientEnvironment)(Code) | | Builds a new RMI client RPC with the given rmi environment.
Parameters: rmiClientEnvironment - the RMI environment. |
sendEJBRequest | public 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. |
|
|