com.xebialabs.deployit.plugin.wls.step
Class CreateWlsJmsModuleStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.step.WlsStepBase
      extended by com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
          extended by com.xebialabs.deployit.plugin.wls.step.CreateWlsJmsModuleStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class CreateWlsJmsModuleStep
extends SimpleWlstExecutingStep

Creates a JMS module.

See Also:
Serialized Form

Field Summary
static java.lang.String SCRIPT_RESOURCE_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
scriptArgs, scriptResourcePath
 
Fields inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase
description, domain, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWlsJmsModuleStep(WlsCluster cluster, WlsJmsModule module)
           
 
Method Summary
protected static java.lang.String createJMServerPrefix(java.lang.String moduleName)
           
private static java.lang.String[] getArgs(WlsJmsModule module, WlsCluster cluster)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
execute
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase
executeWlstJythonScriptResource, executeWlstJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCRIPT_RESOURCE_PATH

public static final java.lang.String SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values
Constructor Detail

CreateWlsJmsModuleStep

public CreateWlsJmsModuleStep(WlsCluster cluster,
                              WlsJmsModule module)
Method Detail

getArgs

private static java.lang.String[] getArgs(WlsJmsModule module,
                                          WlsCluster cluster)

createJMServerPrefix

protected static java.lang.String createJMServerPrefix(java.lang.String moduleName)


Copyright © 2009. All Rights Reserved.