Uses of Interface
jakarta.ejb.HomeHandle
-
Packages that use HomeHandle Package Description jakarta.ejb Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container.org.jboss.ejb.client -
-
Uses of HomeHandle in jakarta.ejb
Methods in jakarta.ejb that return HomeHandle Modifier and Type Method Description HomeHandleEJBHome. getHomeHandle()Obtain a handle for the remote home object. -
Uses of HomeHandle in org.jboss.ejb.client
Classes in org.jboss.ejb.client that implement HomeHandle Modifier and Type Class Description classEJBHomeHandle<T extends EJBHome>A handle for an Enterprise Bean home interface.
-