Examples of RMIClientRPC


Examples of org.ow2.easybeans.rpc.rmi.client.RMIClientRPC

     * TODO : manage a pool and different kind of implementation. For now only RMI exists
     * @param rmiClientEnvironment the RMI environment.
     * @return an RPC client
     */
    public static ClientRPC getClient(final Hashtable<?, ?> rmiClientEnvironment) {
        return new RMIClientRPC(rmiClientEnvironment);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.