Package | Description |
---|---|
org.jboss.ejb._private | |
org.jboss.ejb.client | |
org.jboss.ejb.server |
Modifier and Type | Method and Description |
---|---|
EJBIdentifier |
EJBLocator.getIdentifier()
Get the EJB identifier for this locator.
|
Modifier and Type | Method and Description |
---|---|
static <T> StatelessEJBLocator<T> |
StatelessEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Affinity affinity)
Construct a new instance.
|
static <T extends EJBHome> |
EJBHomeLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Affinity affinity)
Construct a new instance.
|
static <T extends EJBObject> |
EntityEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
Object primaryKey,
Affinity affinity)
Construct a new instance.
|
static <T> StatefulEJBLocator<T> |
StatefulEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
SessionID sessionId,
Affinity affinity)
Construct a new instance.
|
boolean |
EJBIdentifier.equals(EJBIdentifier other)
Determine if this EJB identifier is equal to the given object.
|
Constructor and Description |
---|
EJBHomeLocator(Class<T> viewType,
EJBIdentifier identifier)
Construct a new instance.
|
EJBHomeLocator(Class<T> viewType,
EJBIdentifier identifier,
Affinity affinity)
Construct a new instance.
|
EntityEJBLocator(Class<T> viewType,
EJBIdentifier identifier,
Object primaryKey)
Construct a new instance.
|
EntityEJBLocator(Class<T> viewType,
EJBIdentifier identifier,
Object primaryKey,
Affinity affinity)
Construct a new instance.
|
StatefulEJBLocator(Class<T> viewType,
EJBIdentifier identifier,
SessionID sessionId)
Construct a new instance.
|
StatefulEJBLocator(Class<T> viewType,
EJBIdentifier identifier,
SessionID sessionId,
Affinity affinity)
Construct a new instance.
|
StatelessEJBLocator(Class<T> viewType,
EJBIdentifier identifier)
Construct a new instance.
|
StatelessEJBLocator(Class<T> viewType,
EJBIdentifier identifier,
Affinity affinity)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
EJBIdentifier |
Request.getEJBIdentifier()
Get the identifier of the target EJB.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.