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

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

public class DestroyWasVirtualHostStep
extends WasStepBase

Destroys a Virtual Host in a WasCell

See Also:
Serialized Form

Field Summary
protected static java.lang.String DESTROY_VIRTUAL_HOST_SCRIPT_RESOURCE_PATH
           
protected  java.lang.String vhostName
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
DestroyWasVirtualHostStep(WasCell cell, java.lang.String vhostName)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 java.lang.String getVhostName()
           
 
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

DESTROY_VIRTUAL_HOST_SCRIPT_RESOURCE_PATH

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

vhostName

protected java.lang.String vhostName
Constructor Detail

DestroyWasVirtualHostStep

public DestroyWasVirtualHostStep(WasCell cell,
                                 java.lang.String vhostName)
Method Detail

execute

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

getVhostName

public java.lang.String getVhostName()


Copyright © 2010. All Rights Reserved.