JBoss EJB client 1.0.3.Final

org.jboss.ejb.client
Class Affinity

java.lang.Object
  extended by org.jboss.ejb.client.Affinity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterAffinity, NodeAffinity

public abstract class Affinity
extends Object
implements Serializable

The affinity specification for an EJB proxy.

Author:
David M. Lloyd
See Also:
Serialized Form

Field Summary
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
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final Affinity NONE
The specification for no particular affinity.


WEAK_AFFINITY_CONTEXT_KEY

public static final 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

See Also:
Constant Field Values

JBoss EJB client 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.