com.sun.ejb.portable
Class HomeHandleImpl

java.lang.Object
  extended by com.sun.ejb.portable.HomeHandleImpl
All Implemented Interfaces:
Serializable, HomeHandle

public final class HomeHandleImpl
extends Object
implements HomeHandle, Serializable

A portable implementation of HomeHandle using the HandleDelegate SPI. This class can potentially be instantiated in another vendor's container so it must not refer to any non-portable RI-specific classes.

See Also:
Serialized Form

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

Constructor Detail

HomeHandleImpl

public HomeHandleImpl(EJBHome ejbHome)
Method Detail

getEJBHome

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


Copyright © 2012 GlassFish Community. All Rights Reserved.