|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sape.carbon.core.util.enum.BaseEnum | +--org.sape.carbon.services.management.interceptor.MBeanOperationImpactEnum
Maps to the JMX severities of an Operation that are labeled in
Nested Class Summary | |
class |
MBeanOperationImpactEnum.MBeanOperationImpactEnumNotFoundException
This class is a typesafe retriever exception for an enumeration |
Nested classes inherited from class org.sape.carbon.core.util.enum.BaseEnum |
|
Field Summary | |
static MBeanOperationImpactEnum |
ACTION
Action: Operations that change the state of some part of the system |
static MBeanOperationImpactEnum |
ACTION_INFO
Action & Info: Operations taht both change the state of the system as well as reveal that state. |
static MBeanOperationImpactEnum |
INFO
Info: Operations that purely expose the state of something in the system, but in no way change it. |
static MBeanOperationImpactEnum |
UKNOWN
Unknown: Describes an impact that is unknown |
Fields inherited from class org.sape.carbon.core.util.enum.BaseEnum |
name, ordinal |
Constructor Summary | |
private |
MBeanOperationImpactEnum(String name,
int ordinal)
Constructs a enumeration of type LifecycleStateEnum |
Method Summary | |
static MBeanOperationImpactEnum |
getByName(String name)
Strongly typed enum retriever |
static MBeanOperationImpactEnum |
getByOrdinal(int ordinal)
Strongly typed enum retriever |
int |
getImpactConstant()
Returns the library constant for the impact number. |
(package private) Object |
readResolve()
Overrides part of serialization to return a reference to an existing static Enumeration |
Methods inherited from class org.sape.carbon.core.util.enum.BaseEnum |
equals, getByName, getByOrdinal, getName, getOrdinal, hashCode, iterator, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final MBeanOperationImpactEnum ACTION
public static final MBeanOperationImpactEnum ACTION_INFO
public static final MBeanOperationImpactEnum INFO
public static final MBeanOperationImpactEnum UKNOWN
Constructor Detail |
private MBeanOperationImpactEnum(String name, int ordinal)
LifecycleStateEnum
name
- the name of the enumeration instance to createordinal
- the ordinal of the enumeration instanceMethod Detail |
public int getImpactConstant()
public static final MBeanOperationImpactEnum getByName(String name) throws MBeanOperationImpactEnum.MBeanOperationImpactEnumNotFoundException
MBeanOperationImpactEnum.MBeanOperationImpactEnumNotFoundException
BaseEnum.getByName(java.lang.String, java.lang.Class)
public static final MBeanOperationImpactEnum getByOrdinal(int ordinal) throws MBeanOperationImpactEnum.MBeanOperationImpactEnumNotFoundException
MBeanOperationImpactEnum.MBeanOperationImpactEnumNotFoundException
BaseEnum.getByOrdinal(int, java.lang.Class)
final Object readResolve() throws ObjectStreamException
ObjectStreamException
BaseEnum#readResolve
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |