Uses of Interface
jakarta.ejb.HomeHandle
Packages that use HomeHandle
Package
Description
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.
-
Uses of HomeHandle in jakarta.ejb
Methods in jakarta.ejb that return HomeHandleModifier and TypeMethodDescriptionEJBHome.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 HomeHandleModifier and TypeClassDescriptionfinal classEJBHomeHandle<T extends EJBHome>A handle for an Enterprise Bean home interface.