org.objectweb.easybeans.rpc
Class RPC

java.lang.Object
  extended by org.objectweb.easybeans.rpc.RPC

public final class RPC
extends java.lang.Object

Gets a RPC client.
By default it will use RMI RPC.

Author:
Florent Benoit

Constructor Summary
private RPC()
          Utility class, no public constructor.
 
Method Summary
static ClientRPC getClient()
          TODO : manage a pool and different kind of implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPC

private RPC()
Utility class, no public constructor.

Method Detail

getClient

public static ClientRPC getClient()
TODO : manage a pool and different kind of implementation. For now only RMI exists

Returns:
an RPC client