Package org.objectweb.joram.mom.dest
Class LoadingFactor.ConsumerStatus
- java.lang.Object
-
- org.objectweb.joram.mom.dest.LoadingFactor.ConsumerStatus
-
- Enclosing class:
- LoadingFactor
public static class LoadingFactor.ConsumerStatus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSUMER_HIGH_ACTIVITYstatic intCONSUMER_NO_ACTIVITYstatic intCONSUMER_NORMAL_ACTIVITYprotected static String[]names
-
Constructor Summary
Constructors Constructor Description ConsumerStatus()
-
-
-
Field Detail
-
CONSUMER_NO_ACTIVITY
public static final int CONSUMER_NO_ACTIVITY
- See Also:
- Constant Field Values
-
CONSUMER_HIGH_ACTIVITY
public static final int CONSUMER_HIGH_ACTIVITY
- See Also:
- Constant Field Values
-
CONSUMER_NORMAL_ACTIVITY
public static final int CONSUMER_NORMAL_ACTIVITY
- See Also:
- Constant Field Values
-
names
protected static final String[] names
-
-