com.sun.ejb.portable
Class HandleImpl
java.lang.Object
com.sun.ejb.portable.HandleImpl
- All Implemented Interfaces:
- Serializable, Handle
public final class HandleImpl
- extends Object
- implements Handle, Serializable
A portable implementation of Handle 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.
- Author:
- Kenneth Saks
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandleImpl
public HandleImpl(EJBObject ejbObject)
getEJBObject
public EJBObject getEJBObject()
throws RemoteException
- Specified by:
getEJBObject in interface Handle
- Throws:
RemoteException
Copyright © 2012 GlassFish Community. All Rights Reserved.