Package | Description |
---|---|
org.jboss.ejb.client |
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() |
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.
|
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.nodeDoesNotAcceptLocator(String nodeName,
EJBLocator locator) |
IllegalStateException |
Logs.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 © 2018 JBoss by Red Hat. All rights reserved.