org.openejb.corba
Class CORBAHandle

java.lang.Object
  extended byorg.openejb.corba.CORBAHandle
All Implemented Interfaces:
javax.ejb.Handle, Serializable

public class CORBAHandle
extends Object
implements javax.ejb.Handle, Serializable

EJB v2.1 spec, section 19.5.5.1

The javax.ejb.spi.HandleDelegate service provider interface defines methods that enable portable implementations of Handle and HomeHandle that are instantiated in a different vendor???s container to serialize and deserialize EJBObject and EJBHome references. The HandleDelegate interface is not used by enterprise beans or J2EE application components directly.

Version:
$Revision: 446192 $ $Date: 2006-05-05 19:50:08 +0200 (Fri, 05 May 2006) $
See Also:
Serialized Form

Constructor Summary
CORBAHandle(String ior, Object primaryKey)
           
 
Method Summary
 javax.ejb.EJBObject getEJBObject()
           
 Object getPrimaryKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CORBAHandle

public CORBAHandle(String ior,
                   Object primaryKey)
Method Detail

getEJBObject

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

getPrimaryKey

public Object getPrimaryKey()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.