|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.dependency.spi.ControllerMode
Mode of the context.
| Field Summary | |
static ControllerMode |
AUTOMATIC
Automatic |
static ControllerMode |
DISABLED
Disabled |
static ControllerMode |
MANUAL
Manual |
protected String |
modeString
The mode string |
static ControllerMode |
ON_DEMAND
On demand |
| Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
| Constructor Summary | |
ControllerMode(String modeString)
Create a new mode |
|
| Method Summary | |
boolean |
equals(Object object)
|
protected int |
getHashCode()
|
String |
getModeString()
Get the mode string |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ControllerMode AUTOMATIC
public static final ControllerMode ON_DEMAND
public static final ControllerMode MANUAL
public static final ControllerMode DISABLED
protected final String modeString
| Constructor Detail |
public ControllerMode(String modeString)
modeString - the mode representation| Method Detail |
public String getModeString()
public boolean equals(Object object)
public void toString(org.jboss.util.JBossStringBuilder buffer)
protected int getHashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||