Uses of Class
org.jboss.ejb.client.EJBHomeHandle
-
Packages that use EJBHomeHandle Package Description org.jboss.ejb.client -
-
Uses of EJBHomeHandle in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBHomeHandle Modifier and Type Method Description static <T extends jakarta.ejb.EJBHome>
EJBHomeHandle<T>EJBHomeHandle. create(EJBHomeLocator<T> locator)Construct a new instance.Methods in org.jboss.ejb.client with parameters of type EJBHomeHandle Modifier and Type Method Description booleanEJBHomeHandle. equals(EJBHomeHandle<?> other)Determine whether this object is equal to another.
-