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

All Superinterfaces:
Configuration
All Known Subinterfaces:
MBeanInfoConfiguration.MBeanAttributeInfoConfiguration, MBeanInfoConfiguration.MBeanConstructorInfoConfiguration, MBeanInfoConfiguration.MBeanNotificationInfoConfiguration, MBeanInfoConfiguration.MBeanOperationInfoConfiguration, MBeanInfoConfiguration.MBeanParameterInfoConfiguration
Enclosing interface:
MBeanInfoConfiguration

public static interface MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
extends Configuration

Basic interface describing an MBean Feature.


Method Summary
 String getDescription()
          Gets the description of the feature.
 String getName()
          Returns the name of the feature.
 void setDescription(String value)
          Sets the description of the feature.
 void setName(String value)
          Sets the name of the feature.
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getName

public String getName()
Returns the name of the feature.

Returns:
the name of the feature

setName

public void setName(String value)
Sets the name of the feature.

Parameters:
value - the name of the feature

getDescription

public String getDescription()
Gets the description of the feature.

Returns:
the description of the feature

setDescription

public void setDescription(String value)
Sets the description of the feature.

Parameters:
value - the description of the feature


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.