com.xebialabs.deployit.plugin.was.step
Class WasStartApplicationStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.step.WasStepBase
      extended by com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
          extended by com.xebialabs.deployit.plugin.was.step.WasStartApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class WasStartApplicationStep
extends ControlApplicationStep

Starts an application on a WasCluster

See Also:
Serialized Form

Field Summary
private static java.lang.String START_APPLICATION
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
application, applicationManagerObjectNames, cluster, command, CONTROL_APPLICATION_SCRIPT_RESOURCE_PATH
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
WasStartApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.Ear ear)
           
WasStartApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)
           
WasStartApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.War war)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
execute
 
Methods inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_APPLICATION

private static final java.lang.String START_APPLICATION
See Also:
Constant Field Values
Constructor Detail

WasStartApplicationStep

public WasStartApplicationStep(WasCluster cluster,
                               com.xebialabs.deployit.ci.artifact.Ear ear)

WasStartApplicationStep

public WasStartApplicationStep(WasCluster cluster,
                               com.xebialabs.deployit.ci.artifact.War war)

WasStartApplicationStep

public WasStartApplicationStep(WasCluster cluster,
                               com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)


Copyright © 2009. All Rights Reserved.