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