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

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

public class UpdateWasVirtualHostAliasesStep
extends WasStepBase

Updates the Virtual Host by adding an alias in a WasCell

See Also:
Serialized Form

Field Summary
protected  java.lang.String aliasHostName
           
protected  java.lang.String aliasPortNumber
           
protected static java.lang.String UPDATE_VIRTUAL_HOST_ALIASES_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
UpdateWasVirtualHostAliasesStep(WasCell cell, java.lang.String vhostName, java.lang.String alias)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 java.lang.String getAliasHostName()
           
 java.lang.String getAliasPortNumber()
           
 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

UPDATE_VIRTUAL_HOST_ALIASES_SCRIPT_RESOURCE_PATH

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

vhostName

protected java.lang.String vhostName

aliasHostName

protected java.lang.String aliasHostName

aliasPortNumber

protected java.lang.String aliasPortNumber
Constructor Detail

UpdateWasVirtualHostAliasesStep

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

execute

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

getVhostName

public java.lang.String getVhostName()

getAliasHostName

public java.lang.String getAliasHostName()

getAliasPortNumber

public java.lang.String getAliasPortNumber()


Copyright © 2010. All Rights Reserved.