| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for vendor-specific "hot" deployment tools.
AbstractHotDeploymentTool, 
ServerDeploy| Field Summary | |
| static java.lang.String | ACTION_DELETEThe delete action String | 
| static java.lang.String | ACTION_DEPLOYThe deploy action String | 
| static java.lang.String | ACTION_LISTThe list action String | 
| static java.lang.String | ACTION_UNDEPLOYThe undeploy action String | 
| static java.lang.String | ACTION_UPDATEThe update action String | 
| Method Summary | |
|  void | deploy()Perform the actual deployment. | 
|  void | setTask(ServerDeploy task)Sets the parent task. | 
|  void | validateAttributes()Validates the passed in attributes. | 
| Field Detail | 
public static final java.lang.String ACTION_DELETE
public static final java.lang.String ACTION_DEPLOY
public static final java.lang.String ACTION_LIST
public static final java.lang.String ACTION_UNDEPLOY
public static final java.lang.String ACTION_UPDATE
| Method Detail | 
public void validateAttributes()
                        throws BuildException
BuildException - if the attributes are invalid or incomplete.
public void deploy()
            throws BuildException
BuildException - if the attributes are invalid or incomplete.public void setTask(ServerDeploy task)
task - A ServerDeploy object representing the parent task.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||