Package | Description |
---|---|
org.jboss.ejb._private | |
org.jboss.ejb.client | |
org.jboss.ejb.server |
Modifier and Type | Class and Description |
---|---|
class |
EJBHomeLocator<T extends EJBHome>
A locator for an EJB's home interface.
|
class |
EntityEJBLocator<T extends 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<?> |
SerializedEJBInvocationHandler.getLocator()
Get the invocation locator.
|
EJBLocator<T> |
EJBHandle.getLocator()
Get the locator for this handle.
|
EJBLocator<?> |
AbstractInvocationContext.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.
|
abstract EJBLocator<T> |
EJBLocator.withNewAffinity(Affinity affinity)
Create a copy of this locator, but with the new given affinity.
|
Modifier and Type | Method and Description |
---|---|
static <T extends EJBObject> |
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> T |
EJBClient.createProxy(EJBLocator<T> locator)
Create a new proxy for the remote object identified by the given locator.
|
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.
|
URI |
DiscoveredURISelector.selectNode(List<URI> eligibleUris,
EJBLocator<?> locator)
Selects and returns a URI from among the
eligibleUris to handle the invocation on a deployment
represented by the passed in locator . |
void |
SerializedEJBInvocationHandler.setLocator(EJBLocator<?> locator)
Set the invocation locator.
|
<T> void |
EJBClientInvocationContext.setLocator(EJBLocator<T> locator) |
<T> void |
AbstractInvocationContext.setLocator(EJBLocator<T> locator)
Set the locator for the invocation target.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
EJBLocator<?> |
InvocationRequest.Resolved.getEJBLocator()
Get the EJB locator of the request.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.