|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes an MBean operation.
Field Summary | |
static MBeanOperationImpactEnum |
Impact
MBeanOperationImpactEnum.UKNOWN |
Method Summary | |
MBeanOperationImpactEnum |
getImpact()
Gets the impact of the operation. |
String |
getReturnType()
Gets the return type of the operation. |
MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] |
getSignature()
Gets the array of parameters for the operation. |
void |
setImpact(MBeanOperationImpactEnum impact)
Sets the impact of the operation. |
void |
setReturnType(String value)
Sets the return type of the operation. |
void |
setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
Sets the array of parameters for the operation. |
Methods inherited from interface org.sape.carbon.services.management.interceptor.MBeanInfoConfiguration.MBeanFeatureInfoConfiguration |
getDescription, getName, setDescription, setName |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Field Detail |
public static final MBeanOperationImpactEnum Impact
Method Detail |
public MBeanOperationImpactEnum getImpact()
public void setImpact(MBeanOperationImpactEnum impact)
impact
- impact of the operationpublic String getReturnType()
public void setReturnType(String value)
value
- return type of the operationpublic MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] getSignature()
public void setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
value
- the array of parameters for the operation.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |