| Package | Description |
|---|---|
| org.jboss.ejb.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterAffinity
A cluster affinity specification.
|
class |
NodeAffinity
A single node affinity specification.
|
| Modifier and Type | Field and Description |
|---|---|
static Affinity |
Affinity.NONE
The specification for no particular affinity.
|
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<Affinity> |
AttachmentKeys.WEAK_AFFINITY
The preferred node or cluster for invocations from this proxy.
|
| Modifier and Type | Method and Description |
|---|---|
Affinity |
EJBLocator.getAffinity()
Get the locator affinity.
|
| Constructor and Description |
|---|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity)
Deprecated.
|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity,
String sessionOwnerNode)
Constructs a
StatefulEJBLocator |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.