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

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

public class StartWasClusterMembersStep
extends WasStepBase

Starts the members of a WasCluster on a WasNode

See Also:
Serialized Form

Field Summary
protected  WasCluster cluster
           
protected  WasNode node
           
protected static java.lang.String START_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
StartWasClusterMembersStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster, WasNode node)
           
StartWasClusterMembersStep(WasCluster cluster, WasNode node)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
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_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH

protected static final java.lang.String START_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values

cluster

protected WasCluster cluster

node

protected WasNode node
Constructor Detail

StartWasClusterMembersStep

public StartWasClusterMembersStep(WasCluster cluster,
                                  WasNode node)

StartWasClusterMembersStep

public StartWasClusterMembersStep(com.xebialabs.deployit.ci.Host cellHost,
                                  WasCell cell,
                                  WasCluster cluster,
                                  WasNode node)
Method Detail

execute

public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)


Copyright © 2010. All Rights Reserved.