org.ow2.cmi.rpc
Interface CMIProxy


public interface CMIProxy

The CMI proxy intercepts the remote method invocations. It is the common interface of proxies that have as handler the class org.ow2.cmi.rpc.POJOInvocationHandler.

Author:
The new CMI team
See Also:
org.ow2.cmi.rpc.POJOInvocationHandler

Method Summary
 CMIReferenceable<?> getCurrentCMIRef_CMI()
           
 java.lang.Object getHandle_CMI()
           
 java.lang.Class<?> getInterface_CMI()
           
 java.lang.String getObjectName_CMI()
           
 java.lang.String getProtocolName_CMI()
           
 boolean isCMIRefKept_CMI()
           
 

Method Detail

getObjectName_CMI

java.lang.String getObjectName_CMI()
Returns:
the name of the handled object

getInterface_CMI

java.lang.Class<?> getInterface_CMI()
Returns:
the interface implemented by the handled object

getProtocolName_CMI

java.lang.String getProtocolName_CMI()
Returns:
the name of the used protocol

getHandle_CMI

java.lang.Object getHandle_CMI()
Returns:
an handle

isCMIRefKept_CMI

boolean isCMIRefKept_CMI()
Returns:
true if the previous object must be reused

getCurrentCMIRef_CMI

CMIReferenceable<?> getCurrentCMIRef_CMI()
Returns:
the object to use for the invocation


Copyright © 2009 OW2 Consortium. All Rights Reserved.