com.ibm.websphere.channel.framework
Class RegionType

java.lang.Object
  extended bycom.ibm.websphere.channel.framework.RegionType

public class RegionType
extends java.lang.Object

The RegionType class is used among the entire framework to specify different values related to the different Z regions.


Field Summary
static int CR_REGION
          Controller or Control Region.
static int CRA_REGION
          Adjuct or Control Region Adjunct.
static int NO_BOUND_REGION
          Neither the CR_REGION or CRA_REGION, will be called "NO_BOUND_REGION".
static int NOT_ON_Z
          Not running on a Z platform
static int SR_REGION
          Servant Region
 
Constructor Summary
RegionType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_BOUND_REGION

public static final int NO_BOUND_REGION
Neither the CR_REGION or CRA_REGION, will be called "NO_BOUND_REGION".

See Also:
Constant Field Values

CR_REGION

public static final int CR_REGION
Controller or Control Region.

See Also:
Constant Field Values

CRA_REGION

public static final int CRA_REGION
Adjuct or Control Region Adjunct.

See Also:
Constant Field Values

SR_REGION

public static final int SR_REGION
Servant Region

See Also:
Constant Field Values

NOT_ON_Z

public static final int NOT_ON_Z
Not running on a Z platform

See Also:
Constant Field Values
Constructor Detail

RegionType

public RegionType()