Package com.sun.ejb.portable
Class HomeHandleImpl
java.lang.Object
com.sun.ejb.portable.HomeHandleImpl
- All Implemented Interfaces:
jakarta.ejb.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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HomeHandleImpl
public HomeHandleImpl(jakarta.ejb.EJBHome ejbHome)
-
-
Method Details
-
getEJBHome
- Specified by:
getEJBHomein interfacejakarta.ejb.HomeHandle- Throws:
RemoteException
-