| Package | Description |
|---|---|
| org.jboss.ejb._private | |
| org.jboss.ejb.client | |
| org.jboss.ejb.server |
| Modifier and Type | Method and Description |
|---|---|
CommunicationException |
Logs.nullSessionCreated(Name resolvedName,
Name name,
Affinity affinity,
EJBIdentifier identifier) |
String |
Logs.remoteMessageEJBNotStateful(EJBIdentifier ejbIdentifier) |
String |
Logs.remoteMessageNoSuchEJB(EJBIdentifier ejbIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
EJBIdentifier |
EJBLocator.getIdentifier()
Get the EJB identifier for this locator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EJBIdentifier.equals(EJBIdentifier other) |
| 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.
|
default EJBIdentifier |
InvocationRequest.getEJBIdentifier()
Get the identifier of the target EJB.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.