org.apache.commons.modeler.ant
public class JmxSet extends Task
| Constructor Summary | |
|---|---|
| JmxSet() | |
| Method Summary | |
|---|---|
| void | addText(String value) |
| void | execute() |
| String | getName() |
| void | setAttribute(String attribute) |
| void | setName(String name) |
| void | setObjectName(String name) |
| void | setObjectName(ObjectName oname) |
| void | setObjValue(Object objValue) |
| void | setType(String type) |
| void | setValue(String value) |
| void | setValueRef(String valueRef) |