org.ow2.carol.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.carol.cmi.rpc.POJOInvocationHandler.

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

Method Summary
 java.lang.Object getHandle()
           
 java.lang.String getObjectName()
           
 java.lang.String getProtocolName()
           
 

Method Detail

getObjectName

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

getProtocolName

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

getHandle

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.