public abstract class Affinity extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Affinity |
NONE
The specification for no particular affinity.
|
static String |
WEAK_AFFINITY_CONTEXT_KEY
Key which will be used in the invocation context data for passing around the weak affinity
associated with a EJB
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Affinity other) |
boolean |
equals(Object other) |
abstract int |
hashCode() |
public static final Affinity NONE
public static final String WEAK_AFFINITY_CONTEXT_KEY
Copyright © 2016 JBoss by Red Hat. All rights reserved.