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

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

public class StopWasServerStep
extends WasStepBase

Stops the WasCluster on a WasCell

See Also:
Serialized Form

Field Summary
protected  boolean forced
           
protected  WasServer server
           
protected static java.lang.String STOP_SERVER_SCRIPT_RESOURCE_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
StopWasServerStep(WasServer server, boolean forced)
           
 
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

STOP_SERVER_SCRIPT_RESOURCE_PATH

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

server

protected WasServer server

forced

protected boolean forced
Constructor Detail

StopWasServerStep

public StopWasServerStep(WasServer server,
                         boolean forced)
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.