| java.lang.Object org.ow2.easybeans.rpc.RPC
RPC | final public class RPC (Code) | | Gets a RPC client.
By default it will use RMI RPC.
author: Florent Benoit |
Method Summary | |
public static ClientRPC | getClient(Hashtable, ?> rmiClientEnvironment) TODO : manage a pool and different kind of implementation. |
getClient | public static ClientRPC getClient(Hashtable, ?> rmiClientEnvironment)(Code) | | TODO : manage a pool and different kind of implementation. For now only RMI exists
Parameters: rmiClientEnvironment - the RMI environment. an RPC client |
|
|