| Package | Description |
|---|---|
| org.jboss.ejb.client | |
| org.jboss.ejb.protocol.remote |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSessionID
A basic session ID object.
|
class |
UnknownSessionID
A session ID of an unknown format.
|
| 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.
|
| 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 |
RemoteServer.IncomingSessionOpen.writeResponse(SessionID sessionID) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.