org.openejb.corba.core
Class EJBHandle

java.lang.Object
  |
  +--org.openejb.corba.core.EJBHandle
All Implemented Interfaces:
javax.ejb.Handle, java.io.Serializable

public class EJBHandle
extends java.lang.Object
implements javax.ejb.Handle

This class implements the EJBHandle interface.

See Also:
Serialized Form

Constructor Summary
EJBHandle(javax.ejb.EJBObject ejb)
          Constructor
 
Method Summary
 javax.ejb.EJBObject getEJBObject()
          Return the EJB Object reference
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBHandle

public EJBHandle(javax.ejb.EJBObject ejb)
Constructor
Method Detail

getEJBObject

public javax.ejb.EJBObject getEJBObject()
Return the EJB Object reference
Specified by:
getEJBObject in interface javax.ejb.Handle