Apache Tomcat 6.0.53

org.apache.tomcat.util.modeler
Class FeatureInfo

java.lang.Object
  extended by org.apache.tomcat.util.modeler.FeatureInfo
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeInfo, NotificationInfo, OperationInfo, ParameterInfo

public class FeatureInfo
extends java.lang.Object
implements java.io.Serializable

Convenience base class for AttributeInfo, ConstructorInfo, and OperationInfo classes that will be used to collect configuration information for the ModelMBean beans exposed for management.

Author:
Craig R. McClanahan
See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  javax.management.MBeanFeatureInfo info
           
protected  java.lang.String name
           
protected  java.lang.String type
           
 
Constructor Summary
FeatureInfo()
           
 
Method Summary
 java.lang.String getDescription()
          The human-readable description of this feature.
 java.lang.String getName()
          The name of this feature, which must be unique among features in the same collection.
 java.lang.String getType()
          The fully qualified Java class name of this element.
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

name

protected java.lang.String name

info

protected javax.management.MBeanFeatureInfo info

type

protected java.lang.String type
Constructor Detail

FeatureInfo

public FeatureInfo()
Method Detail

getDescription

public java.lang.String getDescription()
The human-readable description of this feature.


setDescription

public void setDescription(java.lang.String description)

getName

public java.lang.String getName()
The name of this feature, which must be unique among features in the same collection.


setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()
The fully qualified Java class name of this element.


setType

public void setType(java.lang.String type)

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.