Uses of Class
org.jboss.ejb.client.EJBLocator
Packages that use EJBLocator
-
Uses of EJBLocator in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type EJBLocatorModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionLogs_$logger.cannotConvertToStateful(EJBLocator<?> locator) Logs.cannotConvertToStateful(EJBLocator<?> locator) final IllegalStateExceptionLogs_$logger.nodeDoesNotAcceptLocator(String nodeName, EJBLocator<?> locator) Logs.nodeDoesNotAcceptLocator(String nodeName, EJBLocator<?> locator) final javax.ejb.NoSuchEJBExceptionLogs_$logger.noDestinationEstablished(EJBLocator<?> locator) javax.ejb.NoSuchEJBExceptionLogs.noDestinationEstablished(EJBLocator<?> locator) final javax.ejb.NoSuchEJBExceptionLogs_$logger.noTransportProvider(EJBLocator<?> locator, String scheme) javax.ejb.NoSuchEJBExceptionLogs.noTransportProvider(EJBLocator<?> locator, String scheme) final IllegalStateExceptionLogs_$logger.requiredNodeExcludedFromInvocation(EJBLocator<?> locator, String nodeName, EJBClientInvocationContext invocationContext) Logs.requiredNodeExcludedFromInvocation(EJBLocator<?> locator, String nodeName, EJBClientInvocationContext invocationContext) -
Uses of EJBLocator in org.jboss.ejb.client
Subclasses of EJBLocator in org.jboss.ejb.clientModifier and TypeClassDescriptionfinal classEJBHomeLocator<T extends javax.ejb.EJBHome>A locator for an Enterprise Bean's home interface.final classEntityEJBLocator<T extends javax.ejb.EJBObject>A locator for an entity Enterprise Bean.final classA locator for a stateful session Enterprise Bean.final classA locator for a stateless session EJB.Methods in org.jboss.ejb.client that return EJBLocatorModifier and TypeMethodDescriptionEJBLocator<?>AbstractInvocationContext.getLocator()Get the locator for the invocation target.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>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 EJBLocatorModifier and TypeMethodDescriptionstatic <T extends javax.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.DiscoveredURISelector.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 EJBLocatorModifierConstructorDescriptionEJBHandle(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 EJBLocatorModifier and TypeMethodDescriptionEJBLocator<?>InvocationRequest.Resolved.getEJBLocator()Get the Enterprise Beans locator of the request.