Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.ejb.server |
Modifier and Type | Class and Description |
---|---|
class |
BasicSessionID
A basic session ID object.
|
class |
UnknownSessionID
A session ID of an unknown format.
|
class |
UUIDSessionID
A UUID-based session ID object.
|
Modifier and Type | Method and Description |
---|---|
static SessionID |
SessionID.createSessionID(byte[] encoded)
Create a session ID object for the given encoded representation.
|
SessionID |
StatefulEJBLocator.getSessionId()
Get the session ID associated with this locator.
|
Modifier and Type | Method and Description |
---|---|
int |
SessionID.compareTo(SessionID id) |
static void |
EJBClient.convertToStateful(Object proxy,
SessionID sessionID)
Convert a non-stateful proxy to be stateful.
|
static <T> StatefulEJBLocator<T> |
StatefulEJBLocator.create(Class<T> viewType,
EJBIdentifier identifier,
SessionID sessionId,
Affinity affinity)
Construct a new instance.
|
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.
|
Constructor and Description |
---|
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.
|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
SessionID sessionId)
Construct a new instance.
|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
SessionID sessionId,
Affinity affinity)
Construct a new instance.
|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId)
Construct a new instance.
|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity)
Construct a new instance.
|
StatefulEJBLocator(EJBLocator<T> original,
SessionID sessionId)
Construct a new instance.
|
StatefulEJBLocator(EJBLocator<T> original,
SessionID sessionId,
Affinity newAffinity)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.convertToStateful(SessionID sessionId)
Attempt to convert the current invocation into a stateful invocation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.