Package org.objectweb.joram.mom.dest
Class LoadingFactor.Status
- java.lang.Object
-
- org.objectweb.joram.mom.dest.LoadingFactor.Status
-
- Enclosing class:
- LoadingFactor
public static class LoadingFactor.Status extends Object
-
-
Constructor Summary
Constructors Constructor Description Status()
-
-
-
Field Detail
-
INIT
public static final int INIT
- See Also:
- Constant Field Values
-
RUN
public static final int RUN
- See Also:
- Constant Field Values
-
WAIT
public static final int WAIT
- See Also:
- Constant Field Values
-
names
protected static final String[] names
-
-