| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tomcat.util.modeler.FeatureInfo
org.apache.tomcat.util.modeler.OperationInfo
public class OperationInfo
Internal configuration information for an Operation
 descriptor.
| Field Summary | |
|---|---|
| protected  java.lang.String | impact | 
| protected  ParameterInfo[] | parameters | 
| protected  java.lang.String | role | 
| Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfo | 
|---|
| description, info, name, type | 
| Constructor Summary | |
|---|---|
| OperationInfo()Standard zero-arguments constructor. | |
| Method Summary | |
|---|---|
|  void | addParameter(ParameterInfo parameter)Add a new parameter to the set of arguments for this operation. | 
|  java.lang.String | getImpact()The "impact" of this operation, which should be a (case-insensitive) string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN". | 
| protected  javax.management.MBeanParameterInfo[] | getMBeanParameterInfo() | 
|  java.lang.String | getReturnType()The fully qualified Java class name of the return type for this operation. | 
|  java.lang.String | getRole()The role of this operation ("getter", "setter", "operation", or "constructor"). | 
|  ParameterInfo[] | getSignature()The set of parameters for this operation. | 
|  void | setImpact(java.lang.String impact) | 
|  void | setReturnType(java.lang.String returnType) | 
|  void | setRole(java.lang.String role) | 
| 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 | 
| Field Detail | 
|---|
protected java.lang.String impact
protected java.lang.String role
protected ParameterInfo[] parameters
| Constructor Detail | 
|---|
public OperationInfo()
| Method Detail | 
|---|
public java.lang.String getImpact()
public void setImpact(java.lang.String impact)
public java.lang.String getRole()
public void setRole(java.lang.String role)
public java.lang.String getReturnType()
public void setReturnType(java.lang.String returnType)
public ParameterInfo[] getSignature()
public void addParameter(ParameterInfo parameter)
parameter - The new parameter descriptorprotected javax.management.MBeanParameterInfo[] getMBeanParameterInfo()
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||