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

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

public class CreateWasWmqQueueConnectionFactoryStep
extends WasStepBase
implements com.xebialabs.deployit.Step

Creates a WasWmqQueueConnectionFactory in a WasCluster

See Also:
Serialized Form

Field Summary
private  WasCluster cluster
           
static java.lang.String CREATE_WMQ_QCF_SCRIPT_RESOURCE_PATH
           
private  WasWmqQueueConnectionFactory qcf
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWasWmqQueueConnectionFactoryStep(WasCluster cluster, WasWmqQueueConnectionFactory qcf)
           
 
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
 
Methods inherited from interface com.xebialabs.deployit.Step
getDescription
 

Field Detail

CREATE_WMQ_QCF_SCRIPT_RESOURCE_PATH

public static java.lang.String CREATE_WMQ_QCF_SCRIPT_RESOURCE_PATH

cluster

private WasCluster cluster

qcf

private WasWmqQueueConnectionFactory qcf
Constructor Detail

CreateWasWmqQueueConnectionFactoryStep

public CreateWasWmqQueueConnectionFactoryStep(WasCluster cluster,
                                              WasWmqQueueConnectionFactory qcf)
Method Detail

execute

public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
Specified by:
execute in interface com.xebialabs.deployit.Step


Copyright © 2009. All Rights Reserved.