org.apache.commons.modeler.ant
public class ServiceTask extends Task
| Field Summary | |
|---|---|
| String | action |
| static Log | log |
| List | mbeans |
| String | refId |
| Constructor Summary | |
|---|---|
| ServiceTask() | |
| Method Summary | |
|---|---|
| void | addMbean(MLETTask mbean) |
| void | execute() |
| List | getMbeans() |
| void | setAction(String action) Set action to be executed on the mbean collection.
|
| void | setRefId(String ref) Perform the action on a previously declared service
|
Parameters: action