Package | Description |
---|---|
org.jboss.ejb.client |
Modifier and Type | Method and Description |
---|---|
StatefulEJBLocator<T> |
StatefulEJBLocator.asStateful() |
StatefulEJBLocator<T> |
EJBLocator.asStateful()
Return this locator as a stateful locator, if it is one.
|
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(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(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(StatelessEJBLocator<T> statelessLocator)
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.
|
protected StatefulEJBLocator<?> |
EJBReceiver.createSession$$bridge(EJBReceiverSessionCreationContext receiverContext)
Deprecated.
Compatibility bridge, remove at Final.
|
<S> StatefulEJBLocator<? extends S> |
StatefulEJBLocator.narrowAsStateful(Class<S> type) |
<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.narrowTo(Class<S> type) |
StatefulEJBLocator<T> |
StatefulEJBLocator.withNewAffinity(Affinity affinity) |
StatefulEJBLocator<T> |
StatelessEJBLocator.withSession(SessionID sessionId) |
StatefulEJBLocator<T> |
StatefulEJBLocator.withSession(SessionID sessionId) |
StatefulEJBLocator<T> |
EJBLocator.withSession(SessionID sessionId)
Create a copy of this locator, but with the given stateful session ID.
|
StatefulEJBLocator<T> |
StatelessEJBLocator.withSessionAndAffinity(SessionID sessionId,
Affinity affinity) |
StatefulEJBLocator<T> |
StatefulEJBLocator.withSessionAndAffinity(SessionID sessionId,
Affinity affinity) |
StatefulEJBLocator<T> |
EJBLocator.withSessionAndAffinity(SessionID sessionId,
Affinity affinity)
Create a copy of this locator, but with the given affinity and stateful session ID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StatefulEJBLocator.equals(StatefulEJBLocator<?> other)
Determine whether this object is equal to another.
|
Constructor and Description |
---|
StatefulEJBLocator(StatefulEJBLocator<T> original,
Affinity newAffinity)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.