org.ow2.carol.cmi.ejb2_1.spec
Class EJBObjectHandle

java.lang.Object
  extended by org.ow2.carol.cmi.reference.CMIProxyHandleImpl
      extended by org.ow2.carol.cmi.ejb2_1.spec.EJBObjectHandle
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.ejb.Handle, javax.servlet.http.HttpSessionBindingListener, org.ow2.carol.cmi.reference.CMIProxyHandle

public final class EJBObjectHandle
extends org.ow2.carol.cmi.reference.CMIProxyHandleImpl
implements javax.ejb.Handle

Extend the class CMIProxyHandleImpl in order to implement the interface Handle.

Author:
Loris Bouzonnet
See Also:
Serialized Form

Constructor Summary
EJBObjectHandle(java.lang.String objectName, java.lang.String interfaceName, javax.ejb.EJBObject ejbObjectProxy)
           
 
Method Summary
 javax.ejb.EJBObject getEJBObject()
           
 
Methods inherited from class org.ow2.carol.cmi.reference.CMIProxyHandleImpl
getCMIProxy, getInterfaceName, getObjectName, getSerializedCMIInvocationHandler, updateHttpSession, valueBound, valueUnbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBObjectHandle

public EJBObjectHandle(java.lang.String objectName,
                       java.lang.String interfaceName,
                       javax.ejb.EJBObject ejbObjectProxy)
Method Detail

getEJBObject

public javax.ejb.EJBObject getEJBObject()
                                 throws java.rmi.RemoteException
Specified by:
getEJBObject in interface javax.ejb.Handle
Throws:
java.rmi.RemoteException


Copyright © 2007 OW2 Consortium. All Rights Reserved.