Class FeatureInfo
java.lang.Object
org.apache.tomcat.util.modeler.FeatureInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeInfo, NotificationInfo, OperationInfo, ParameterInfo
Convenience base class for AttributeInfo and OperationInfo classes that will be used to
collect configuration information for the ModelMBean beans exposed for management.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringHuman-readable description of this feature.protected MBeanFeatureInfoThe underlying JMX MBeanFeatureInfo object.protected StringThe name of this feature.protected StringThe fully qualified Java class name of this element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the human-readable description of this feature.getName()Returns the name of this feature.getType()Returns the fully qualified Java class name of this element.voidsetDescription(String description) voidvoid
-
Field Details
-
description
Human-readable description of this feature. -
name
The name of this feature. -
info
The underlying JMX MBeanFeatureInfo object. -
type
The fully qualified Java class name of this element.
-
-
Constructor Details
-
FeatureInfo
public FeatureInfo()Default constructor for FeatureInfo.
-
-
Method Details
-
getDescription
Returns the human-readable description of this feature.- Returns:
- the human-readable description of this feature
-
setDescription
-
getName
Returns the name of this feature.- Returns:
- the name of this feature, which must be unique among features in the same collection
-
setName
-
getType
Returns the fully qualified Java class name of this element.- Returns:
- the fully qualified Java class name of this element
-
setType
-