|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Impact>
javax.management.Impact
public enum Impact
Impact.
Enum Constant Summary | |
---|---|
ACTION
Performs some action |
|
ACTION_INFO
Performs some action and returns information |
|
INFO
Returns information |
|
UNKNOWN
Unspecified |
Method Summary | |
---|---|
static Impact |
forCode(int code)
Get the impact for a code specified in MBeanOperationInfo |
int |
getCode()
Get the equivalent code for use in the MBeanOperationInfo |
static Impact |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Impact[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Impact ACTION
public static final Impact ACTION_INFO
public static final Impact INFO
public static final Impact UNKNOWN
Method Detail |
---|
public static Impact[] values()
for (Impact c : Impact.values()) System.out.println(c);
public static Impact valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic int getCode()
public static Impact forCode(int code)
code
- the code
|
JBossMX Parent POM 6.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |