com.sun.ejb.portable
Class HomeHandleImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomeHandleImpl
public HomeHandleImpl(EJBHome ejbHome)
getEJBHome
public EJBHome getEJBHome()
throws RemoteException
- Specified by:
getEJBHome in interface HomeHandle
- Throws:
RemoteException
Copyright © 2012 GlassFish Community. All Rights Reserved.