org.sape.carbon.services.management.interceptor
Interface MBeanInfoConfiguration.MBeanOperationInfoConfiguration

All Superinterfaces:
Configuration, MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
Enclosing interface:
MBeanInfoConfiguration

public static interface MBeanInfoConfiguration.MBeanOperationInfoConfiguration
extends MBeanInfoConfiguration.MBeanFeatureInfoConfiguration

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

Impact

public static final MBeanOperationImpactEnum Impact
MBeanOperationImpactEnum.UKNOWN

Method Detail

getImpact

public MBeanOperationImpactEnum getImpact()
Gets the impact of the operation.

Returns:
impact of the operation
Since:
carbon 1.1

setImpact

public void setImpact(MBeanOperationImpactEnum impact)
Sets the impact of the operation.

Parameters:
impact - impact of the operation
Since:
carbon 1.1

getReturnType

public String getReturnType()
Gets the return type of the operation.

Returns:
return type of the operation

setReturnType

public void setReturnType(String value)
Sets the return type of the operation.

Parameters:
value - return type of the operation

getSignature

public MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] getSignature()
Gets the array of parameters for the operation.

Returns:
the array of parameters for the operation.

setSignature

public void setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
Sets the array of parameters for the operation.

Parameters:
value - the array of parameters for the operation.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.