org.apache.catalina.ant
public class JMXGetTask extends AbstractCatalinaTask
/jmxproxy/?get
)
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 |
Method Summary | |
---|---|
void | execute()
Execute the requested operation.
|
String | getAttribute()
Get method for the attribute name |
String | getBean()
Get method for the bean name |
void | setAttribute(String attribute)
Set method for the attribute name |
void | setBean(String bean)
Set method for the bean name |
Throws: BuildException if an error occurs
Returns: Attribute name
Returns: Bean name
Parameters: attribute Attribute name
Parameters: bean Bean name