|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.modeler.FeatureInfo org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ConstructorInfo
public class ConstructorInfo
Internal configuration information for a Constructor
descriptor.
Field Summary |
---|
Fields inherited from class org.apache.tomcat.util.modeler.OperationInfo |
---|
impact, parameters, role |
Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfo |
---|
description, info, name, type |
Constructor Summary | |
---|---|
ConstructorInfo()
|
Method Summary | |
---|---|
javax.management.MBeanConstructorInfo |
createConstructorInfo()
Create and return a ModelMBeanConstructorInfo object that
corresponds to the attribute described by this instance. |
Methods inherited from class org.apache.tomcat.util.modeler.OperationInfo |
---|
addParameter, getImpact, getMBeanParameterInfo, getReturnType, getRole, getSignature, setImpact, setReturnType, setRole |
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 |
---|
public ConstructorInfo()
Method Detail |
---|
public javax.management.MBeanConstructorInfo createConstructorInfo()
ModelMBeanConstructorInfo
object that
corresponds to the attribute described by this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |