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

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

public class AddSingleWasClusterMemberStep
extends WasStepBase

Adds a single member (Server) of a WAS Cluster to a WasNode. The cloneNumber is used in the name of the Was Server.

See Also:
Serialized Form

Field Summary
protected static java.lang.String CLONE_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH
           
private  int cloneNumber
           
protected  WasCluster cluster
           
protected  WasNode node
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
AddSingleWasClusterMemberStep(WasCluster cluster, WasNode node, int cloneNumber)
           
 
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

CLONE_CLUSTER_MEMBER_SCRIPT_RESOURCE_PATH

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

cluster

protected WasCluster cluster

node

protected WasNode node

cloneNumber

private int cloneNumber
Constructor Detail

AddSingleWasClusterMemberStep

public AddSingleWasClusterMemberStep(WasCluster cluster,
                                     WasNode node,
                                     int cloneNumber)
Method Detail

execute

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


Copyright © 2009. All Rights Reserved.