org.apache.catalina.ant
public class JMXSetTask extends AbstractCatalinaTask
/jmxproxy/?set
)
supported by the Tomcat manager application.
Version: $Revision: 467222 $
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Throws: BuildException if an error occurs
Returns: Attribute name
Returns: Bean name
Returns: Attribute value
Parameters: attribute Attribute name
Parameters: bean Bean name
Parameters: value Attribute value