Package | Description |
---|---|
org.jboss.ejb.client |
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.
|
Constructor and Description |
---|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity,
String sessionOwnerNode)
Constructs a
StatefulEJBLocator |
Copyright © 2016 JBoss by Red Hat. All rights reserved.