Apache Tomcat 7.0.37

org.apache.tomcat.util.modeler
Class OperationInfo

java.lang.Object
  extended by org.apache.tomcat.util.modeler.FeatureInfo
      extended by org.apache.tomcat.util.modeler.OperationInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConstructorInfo

public class OperationInfo
extends FeatureInfo

Internal configuration information for an Operation descriptor.

Author:
Craig R. McClanahan
See Also:
Serialized Form

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

impact

protected String impact

role

protected String role

parameters

protected ParameterInfo[] parameters
Constructor Detail

OperationInfo

public OperationInfo()
Standard zero-arguments constructor.

Method Detail

getImpact

public String getImpact()
The "impact" of this operation, which should be a (case-insensitive) string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".


setImpact

public void setImpact(String impact)

getRole

public String getRole()
The role of this operation ("getter", "setter", "operation", or "constructor").


setRole

public void setRole(String role)

getReturnType

public String getReturnType()
The fully qualified Java class name of the return type for this operation.


setReturnType

public void setReturnType(String returnType)

getSignature

public ParameterInfo[] getSignature()
The set of parameters for this operation.


addParameter

public void addParameter(ParameterInfo parameter)
Add a new parameter to the set of arguments for this operation.

Parameters:
parameter - The new parameter descriptor

getMBeanParameterInfo

protected MBeanParameterInfo[] getMBeanParameterInfo()

Apache Tomcat 7.0.37

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