|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.carol.cmi.rpc.CMIProxyFactory
@ThreadSafe public final class CMIProxyFactory
Factory of CMI proxy which intercepts the remote method invocation on clustered objects.
| Method Summary | |
|---|---|
static org.ow2.carol.cmi.rpc.CMIProxy |
newCMIProxy(org.ow2.carol.cmi.controller.common.ClusterViewManager clusterViewManager,
java.lang.String objectName,
java.lang.String protocolName)
Returns a new CMI proxy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.ow2.carol.cmi.rpc.CMIProxy newCMIProxy(org.ow2.carol.cmi.controller.common.ClusterViewManager clusterViewManager,
java.lang.String objectName,
java.lang.String protocolName)
throws CMIProxyFactoryException,
org.ow2.carol.cmi.reference.ObjectNotFoundException
clusterViewManager - a manager of the cluster viewobjectName - a name of objectprotocolName - a name of protocol
CMIProxyFactoryException - if we get interface for the given object
org.ow2.carol.cmi.reference.ObjectNotFoundException - if none object has the given name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||