StatefulEJBLocator<T> |
EJBLocator.asStateful() |
Return this locator as a stateful locator, if it is one.
|
StatefulEJBLocator<T> |
StatefulEJBLocator.asStateful() |
|
static <T> StatefulEJBLocator<T> |
StatefulEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
SessionID sessionId,
Affinity affinity) |
Construct a new instance.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(Class<T> viewType,
String appName,
String moduleName,
String beanName) |
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName) |
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(URI uri,
Class<T> viewType,
String appName,
String moduleName,
String beanName) |
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(URI uri,
Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName) |
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(Affinity affinity,
Class<T> viewType,
String appName,
String moduleName,
String beanName) |
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(Affinity affinity,
Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName) |
Create a new EJB session.
|
static <T> StatefulEJBLocator<T> |
EJBClient.createSession(StatelessEJBLocator<T> statelessLocator) |
Create a new EJB session.
|
protected StatefulEJBLocator<?> |
EJBReceiver.createSession$$bridge(EJBReceiverSessionCreationContext receiverContext) |
Deprecated.
|
<S> StatefulEJBLocator<? extends S> |
EJBLocator.narrowAsStateful(Class<S> type) |
Narrow this locator to the target type as a stateful locator.
|
<S> StatefulEJBLocator<? extends S> |
StatefulEJBLocator.narrowAsStateful(Class<S> type) |
|
<S> StatefulEJBLocator<? extends S> |
StatefulEJBLocator.narrowTo(Class<S> type) |
|
StatefulEJBLocator<T> |
StatefulEJBLocator.withNewAffinity(Affinity affinity) |
|
StatefulEJBLocator<T> |
EJBLocator.withSession(SessionID sessionId) |
Create a copy of this locator, but with the given stateful session ID.
|
StatefulEJBLocator<T> |
StatefulEJBLocator.withSession(SessionID sessionId) |
|
StatefulEJBLocator<T> |
StatelessEJBLocator.withSession(SessionID sessionId) |
|
StatefulEJBLocator<T> |
EJBLocator.withSessionAndAffinity(SessionID sessionId,
Affinity affinity) |
Create a copy of this locator, but with the given affinity and stateful session ID.
|
StatefulEJBLocator<T> |
StatefulEJBLocator.withSessionAndAffinity(SessionID sessionId,
Affinity affinity) |
|
StatefulEJBLocator<T> |
StatelessEJBLocator.withSessionAndAffinity(SessionID sessionId,
Affinity affinity) |
|