com.sun.ejb.portable
Class HandleImpl

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

Constructor Summary
HandleImpl(EJBObject ejbObject)
           
 
Method Summary
 EJBObject getEJBObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandleImpl

public HandleImpl(EJBObject ejbObject)
Method Detail

getEJBObject

public EJBObject getEJBObject()
                       throws RemoteException
Specified by:
getEJBObject in interface Handle
Throws:
RemoteException


Copyright © 2012 GlassFish Community. All Rights Reserved.