Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Class and Description |
---|---|
class |
EJBHomeLocator<T extends javax.ejb.EJBHome>
A locator for an EJB's home interface.
|
class |
EntityEJBLocator<T extends javax.ejb.EJBObject>
A locator for an entity EJB.
|
class |
StatefulEJBLocator<T>
A locator for a stateful session EJB.
|
class |
StatelessEJBLocator<T>
A locator for a stateless session EJB.
|
Modifier and Type | Method and Description |
---|---|
EJBLocator<T> |
EJBHandle.getLocator() |
EJBLocator<?> |
SerializedEJBInvocationHandler.getLocator()
Get the invocation locator.
|
EJBLocator<?> |
EJBClientInvocationContext.getLocator()
Get the locator for the invocation target.
|
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.
|
EJBLocator<T> |
StatelessEJBLocator.withNewAffinity(Affinity affinity) |
EJBLocator<T> |
StatefulEJBLocator.withNewAffinity(Affinity affinity) |
EJBLocator<T> |
EntityEJBLocator.withNewAffinity(Affinity affinity) |
abstract EJBLocator<T> |
EJBLocator.withNewAffinity(Affinity affinity)
Create a copy of this locator, but with the new given affinity.
|
EJBLocator<T> |
EJBHomeLocator.withNewAffinity(Affinity affinity) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
EJBClient.createProxy(EJBLocator<T> locator)
Create a new proxy for the remote object identified by the given locator.
|
static <T> T |
EJBClient.createProxy(EJBLocator<T> locator,
EJBClientContextIdentifier identifier)
Creates a new proxy for the remote object identified by the given
locator and
associates that proxy with the passed identifier |
boolean |
StatelessEJBLocator.equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
StatefulEJBLocator.equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
EntityEJBLocator.equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
EJBLocator.equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
EJBHomeLocator.equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
Set<String> |
ClusterContext.getConnectedAndDeployedNodes(EJBLocator locator)
Deprecated.
|
IllegalStateException |
Logs_$logger.nodeDoesNotAcceptLocator(String nodeName,
EJBLocator locator) |
IllegalStateException |
Logs.nodeDoesNotAcceptLocator(String nodeName,
EJBLocator<?> locator) |
IllegalStateException |
Logs.requiredNodeExcludedFromInvocation(EJBLocator<?> locator,
String nodeName,
EJBClientInvocationContext invocationContext) |
IllegalStateException |
Logs_$logger.requiredNodeExcludedFromInvocation(EJBLocator locator,
String nodeName,
EJBClientInvocationContext invocationContext) |
void |
SerializedEJBInvocationHandler.setLocator(EJBLocator<?> locator)
Set the invocation locator.
|
Constructor and Description |
---|
EJBHandle(EJBLocator<T> locator)
Construct a new instance.
|
SerializedEJBInvocationHandler(EJBLocator<?> locator)
Construct a new instance.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.