org.apache.catalina.ant
Class JMXSetTask
Ant task that implements the JMX Set command (/jmxproxy/?set
)
supported by the Tomcat manager application.
Version:
- Vivek Chopra
protected String | attribute - The attribute you wish to alter
|
protected String | bean - The full bean name
|
protected String | value - The new value for the attribute
|
void | execute() - Execute the requested operation.
|
String | getAttribute() - Get method for the attribute name
|
String | getBean() - Get method for the bean name
|
String | getValue() - Get method for the attribute value
|
void | setAttribute(String attribute) - Set method for the attribute name
|
void | setBean(String bean) - Set method for the bean name
|
void | setValue(String value) - Set method for the attribute value.
|
attribute
protected String attribute
The attribute you wish to alter
bean
protected String bean
The full bean name
value
protected String value
The new value for the attribute
execute
public void execute()
throws BuildException
Execute the requested operation.
- execute in interface AbstractCatalinaTask
getAttribute
public String getAttribute()
Get method for the attribute name
- Attribute name
getBean
public String getBean()
Get method for the bean name
- Bean name
getValue
public String getValue()
Get method for the attribute value
- Attribute value
setAttribute
public void setAttribute(String attribute)
Set method for the attribute name
attribute
- Attribute name
setBean
public void setBean(String bean)
Set method for the bean name
bean
- Bean name
setValue
public void setValue(String value)
Set method for the attribute value.
value
- Attribute value
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.