| |
|
| org.apache.catalina.ant.AbstractCatalinaTask org.apache.catalina.ant.JMXSetTask
JMXSetTask | public class JMXSetTask extends AbstractCatalinaTask (Code) | | Ant task that implements the JMX Set command (/jmxproxy/?set )
supported by the Tomcat manager application.
author: Vivek Chopra version: $Revision: 1.4 $ |
attribute | protected String attribute(Code) | | The attribute you wish to alter
|
value | protected String value(Code) | | The new value for the attribute
|
execute | public void execute() throws BuildException(Code) | | Execute the requested operation.
exception: BuildException - if an error occurs |
getAttribute | public String getAttribute()(Code) | | Get method for the attribute name
Attribute name |
getBean | public String getBean()(Code) | | Get method for the bean name
Bean name |
getValue | public String getValue()(Code) | | Get method for the attribute value
Attribute value |
setAttribute | public void setAttribute(String attribute)(Code) | | Set method for the attribute name
Parameters: attribute - Attribute name |
setBean | public void setBean(String bean)(Code) | | Set method for the bean name
Parameters: bean - Bean name |
setValue | public void setValue(String value)(Code) | | Set method for the attribute value.
Parameters: value - Attribute value |
|
|
|