org.apache.tomcat.util.modeler
Class ConstructorInfo
java.lang.Object
org.apache.tomcat.util.modeler.FeatureInfo
org.apache.tomcat.util.modeler.OperationInfo
org.apache.tomcat.util.modeler.ConstructorInfo
- All Implemented Interfaces:
- Serializable
public class ConstructorInfo
- extends OperationInfo
Internal configuration information for a Constructor
descriptor.
- Author:
- Craig R. McClanahan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorInfo
public ConstructorInfo()
createConstructorInfo
public MBeanConstructorInfo createConstructorInfo()
- Create and return a
ModelMBeanConstructorInfo
object that
corresponds to the attribute described by this instance.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.