org.apache.geronimo.corba
Class CORBAHomeHandle
java.lang.Object
org.apache.geronimo.corba.CORBAHomeHandle
- All Implemented Interfaces:
- Serializable, HomeHandle
public class CORBAHomeHandle
- extends Object
- implements 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.
- 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 EJBHome getEJBHome()
throws RemoteException
- Specified by:
getEJBHome
in interface HomeHandle
- Throws:
RemoteException
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.