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