Apache Tomcat 7.0.37

org.apache.tomcat.util.modeler
Class FeatureInfo

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

public class FeatureInfo
extends Object
implements 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.

Version:
$Id: FeatureInfo.java 939309 2010-04-29 13:54:26Z kkolinko $
Author:
Craig R. McClanahan
See Also:
Serialized Form

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

Field Detail

description

protected String description

name

protected String name

info

protected MBeanFeatureInfo info

type

protected String type
Constructor Detail

FeatureInfo

public FeatureInfo()
Method Detail

getDescription

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


setDescription

public void setDescription(String description)

getName

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


setName

public void setName(String name)

getType

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


setType

public void setType(String type)

Apache Tomcat 7.0.37

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