|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanOperationImpactEnum | |
org.sape.carbon.services.management.interceptor |
Uses of MBeanOperationImpactEnum in org.sape.carbon.services.management.interceptor |
Fields in org.sape.carbon.services.management.interceptor declared as MBeanOperationImpactEnum | |
static MBeanOperationImpactEnum |
MBeanOperationImpactEnum.ACTION
Action: Operations that change the state of some part of the system |
static MBeanOperationImpactEnum |
MBeanOperationImpactEnum.ACTION_INFO
Action & Info: Operations taht both change the state of the system as well as reveal that state. |
static MBeanOperationImpactEnum |
MBeanOperationImpactEnum.INFO
Info: Operations that purely expose the state of something in the system, but in no way change it. |
static MBeanOperationImpactEnum |
MBeanOperationImpactEnum.UKNOWN
Unknown: Describes an impact that is unknown |
static MBeanOperationImpactEnum |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration.Impact
MBeanOperationImpactEnum.UKNOWN |
Methods in org.sape.carbon.services.management.interceptor that return MBeanOperationImpactEnum | |
static MBeanOperationImpactEnum |
MBeanOperationImpactEnum.getByName(String name)
Strongly typed enum retriever |
static MBeanOperationImpactEnum |
MBeanOperationImpactEnum.getByOrdinal(int ordinal)
Strongly typed enum retriever |
MBeanOperationImpactEnum |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration.getImpact()
Gets the impact of the operation. |
Methods in org.sape.carbon.services.management.interceptor with parameters of type MBeanOperationImpactEnum | |
void |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration.setImpact(MBeanOperationImpactEnum impact)
Sets the impact of the operation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |