org.apache.geronimo.corba
Class CORBAHomeHandle

java.lang.Object
  extended by 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

Constructor Summary
CORBAHomeHandle(String ior)
           
 
Method Summary
 EJBHome getEJBHome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CORBAHomeHandle

public CORBAHomeHandle(String ior)
Method Detail

getEJBHome

public EJBHome getEJBHome()
                   throws RemoteException
Specified by:
getEJBHome in interface HomeHandle
Throws:
RemoteException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.