Uses of Class
org.jboss.ejb.client.EJBLocator
-
Packages that use EJBLocator Package Description org.jboss.ejb._private org.jboss.ejb.client org.jboss.ejb.server -
-
Uses of EJBLocator in org.jboss.ejb._private
-
Uses of EJBLocator in org.jboss.ejb.client
Subclasses of EJBLocator in org.jboss.ejb.client Modifier and Type Class Description classEJBHomeLocator<T extends jakarta.ejb.EJBHome>A locator for an Enterprise Bean's home interface.classEntityEJBLocator<T extends jakarta.ejb.EJBObject>A locator for an entity Enterprise Bean.classStatefulEJBLocator<T>A locator for a stateful session Enterprise Bean.classStatelessEJBLocator<T>A locator for a stateless session EJB.Methods in org.jboss.ejb.client that return EJBLocator Modifier and Type Method Description EJBLocator<?>AbstractInvocationContext. getLocator()Get the locator for the invocation target.EJBLocator<T>EJBHandle. getLocator()Get the locator for this handle.EJBLocator<?>SerializedEJBInvocationHandler. getLocator()Get the invocation locator.static <T> EJBLocator<? extends T>EJBClient. getLocatorFor(T proxy)Get the locator for a proxy, if it has one.<S> EJBLocator<? extends S>EJBLocator. narrowTo(Class<S> type)Narrow this locator to the target type.abstract EJBLocator<T>EJBLocator. withNewAffinity(Affinity affinity)Create a copy of this locator, but with the new given affinity.Methods in org.jboss.ejb.client with parameters of type EJBLocator Modifier and Type Method Description static <T extends jakarta.ejb.EJBObject>
EJBHandle<T>EJBHandle. create(EJBLocator<T> locator)Construct a new instance.static <T> StatelessEJBLocator<T>StatelessEJBLocator. create(EJBLocator<T> original, Affinity newAffinity)Construct a new instance.static <T> TEJBClient. createProxy(EJBLocator<T> locator)Create a new proxy for the remote object identified by the given locator.booleanEJBHomeLocator. equals(EJBLocator<?> other)Determine whether this object is equal to another.booleanEJBLocator. equals(EJBLocator<?> other)Determine whether this object is equal to another.booleanEntityEJBLocator. equals(EJBLocator<?> other)Determine whether this object is equal to another.booleanStatefulEJBLocator. equals(EJBLocator<?> other)Determine whether this object is equal to another.booleanStatelessEJBLocator. equals(EJBLocator<?> other)Determine whether this object is equal to another.URIDiscoveredURISelector. selectNode(List<URI> eligibleUris, EJBLocator<?> locator)Selects and returns a URI from among theeligibleUristo handle the invocation on a deployment represented by the passed inlocator.<T> voidAbstractInvocationContext. setLocator(EJBLocator<T> locator)Set the locator for the invocation target.<T> voidEJBClientInvocationContext. setLocator(EJBLocator<T> locator)voidSerializedEJBInvocationHandler. setLocator(EJBLocator<?> locator)Set the invocation locator.Constructors in org.jboss.ejb.client with parameters of type EJBLocator Constructor Description EJBHandle(EJBLocator<T> locator)Construct a new instance.SerializedEJBInvocationHandler(EJBLocator<?> locator)Construct a new instance.SerializedEJBInvocationHandler(EJBLocator<?> locator, boolean async)Construct a new instance.StatefulEJBLocator(EJBLocator<T> original, SessionID sessionId)Construct a new instance.StatefulEJBLocator(EJBLocator<T> original, SessionID sessionId, Affinity newAffinity)Construct a new instance. -
Uses of EJBLocator in org.jboss.ejb.server
Methods in org.jboss.ejb.server that return EJBLocator Modifier and Type Method Description EJBLocator<?>InvocationRequest.Resolved. getEJBLocator()Get the Enterprise Beans locator of the request.
-