org.openejb.corba
Class CORBAHomeHandle
java.lang.Object
org.openejb.corba.CORBAHomeHandle
- All Implemented Interfaces:
- javax.ejb.HomeHandle, Serializable
- public class CORBAHomeHandle
- extends Object
- implements javax.ejb.HomeHandle, 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CORBAHomeHandle
public CORBAHomeHandle(String ior)
getEJBHome
public javax.ejb.EJBHome getEJBHome()
throws RemoteException
- Specified by:
getEJBHome
in interface javax.ejb.HomeHandle
- Throws:
RemoteException
Copyright © 1999-2006 OpenEJB. All Rights Reserved.