Apache Tomcat 6.0.53

org.apache.tomcat.util.modeler
Class ParameterInfo

java.lang.Object
  extended by org.apache.tomcat.util.modeler.FeatureInfo
      extended by org.apache.tomcat.util.modeler.ParameterInfo
All Implemented Interfaces:
java.io.Serializable

public class ParameterInfo
extends FeatureInfo
implements java.io.Serializable

Internal configuration information for a Parameter descriptor.

Author:
Craig R. McClanahan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfo
description, info, name, type
 
Constructor Summary
ParameterInfo()
          Standard zero-arguments constructor.
 
Method Summary
 javax.management.MBeanParameterInfo createParameterInfo()
          Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.
 
Methods inherited from class org.apache.tomcat.util.modeler.FeatureInfo
getDescription, getName, getType, setDescription, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterInfo

public ParameterInfo()
Standard zero-arguments constructor.

Method Detail

createParameterInfo

public javax.management.MBeanParameterInfo createParameterInfo()
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.


Apache Tomcat 6.0.53

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