Package com.sun.ejb.portable
Class HandleImpl
java.lang.Object
com.sun.ejb.portable.HandleImpl
- All Implemented Interfaces:
jakarta.ejb.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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HandleImpl
public HandleImpl(jakarta.ejb.EJBObject ejbObject)
-
-
Method Details
-
getEJBObject
- Specified by:
getEJBObjectin interfacejakarta.ejb.Handle- Throws:
RemoteException
-