| |
|
| org.objectweb.jonas.ant.HotDeploymentTool
All known Subclasses: org.objectweb.jonas.ant.JonasHotDeploymentTool,
HotDeploymentTool | public interface HotDeploymentTool (Code) | | An interface for vendor-specific "hot" deployment tools.
See Also: org.apache.tools.ant.taskdefs.optional.j2ee.AbstractHotDeploymentTool See Also: org.apache.tools.ant.taskdefs.optional.j2ee.ServerDeploy |
ACTION_DELETE | String ACTION_DELETE(Code) | | The delete action String
|
ACTION_DEPLOY | String ACTION_DEPLOY(Code) | | The deploy action String
|
ACTION_UNDEPLOY | String ACTION_UNDEPLOY(Code) | | The undeploy action String
|
ACTION_UPDATE | String ACTION_UPDATE(Code) | | The update action String
|
deploy | void deploy() throws BuildException(Code) | | Perform the actual deployment.
exception: org.apache.tools.ant.BuildException - if the attributes areinvalid or incomplete. |
setTask | void setTask(ServerDeploy task)(Code) | | Sets the parent task.
Parameters: task - A ServerDeploy object representing the parent task. |
validateAttributes | void validateAttributes() throws BuildException(Code) | | Validates the passed in attributes.
exception: org.apache.tools.ant.BuildException - if the attributes areinvalid or incomplete. |
|
|
|