| org.apache.commons.modeler.ant.ServiceTask
ServiceTask | public class ServiceTask extends Task (Code) | | Group a set of mbeans in a service, and perform actions on
it.
|
ServiceTask | public ServiceTask()(Code) | | |
execute | public void execute() throws BuildException(Code) | | |
setAction | public void setAction(String action)(Code) | | Set action to be executed on the mbean collection.
If null - we'll perform init and start.
Parameters: action - |
setRefId | public void setRefId(String ref)(Code) | | Perform the action on a previously declared service
|
|
|