|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an MBean Configuration.
Copyright 2002 Sapient
Nested Class Summary | |
static interface |
MBeanInfoConfiguration.MBeanAttributeInfoConfiguration
Describes an MBean attribute. |
static interface |
MBeanInfoConfiguration.MBeanConstructorInfoConfiguration
Describes an MBean constructor method. |
static interface |
MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
Basic interface describing an MBean Feature. |
static interface |
MBeanInfoConfiguration.MBeanNotificationInfoConfiguration
Describes an MBean notification settings. |
static interface |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration
Describes an MBean operation. |
static interface |
MBeanInfoConfiguration.MBeanParameterInfoConfiguration
Describes an parameter for an MBean operation. |
Method Summary | |
MBeanInfoConfiguration.MBeanAttributeInfoConfiguration[] |
getAttributes()
Gets an array of all described attributes for the component. |
MBeanInfoConfiguration.MBeanConstructorInfoConfiguration[] |
getConstructors()
Gets an array of all described constructors for the component. |
String |
getDescription()
Describes the usage of the component. |
MBeanInfoConfiguration.MBeanNotificationInfoConfiguration[] |
getNotifications()
Gets an array of all described notifications for the component. |
MBeanInfoConfiguration.MBeanOperationInfoConfiguration[] |
getOperations()
Gets an array of all described operations for the component. |
Class |
getType()
Gets the class type this configuration describes. |
void |
setDescription(String value)
Sets the description of the usage of the component. |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public Class getType()
public String getDescription()
public void setDescription(String value)
value
- the description of the usage of the component.public MBeanInfoConfiguration.MBeanAttributeInfoConfiguration[] getAttributes()
public MBeanInfoConfiguration.MBeanConstructorInfoConfiguration[] getConstructors()
public MBeanInfoConfiguration.MBeanOperationInfoConfiguration[] getOperations()
public MBeanInfoConfiguration.MBeanNotificationInfoConfiguration[] getNotifications()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |