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
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 © 2008 OW2 Consortium. All Rights Reserved.