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

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

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

Creates a WasWmqTopicConnectionFactory in a WasCluster

See Also:
Serialized Form

Field Summary
private  WasCluster cluster
           
private static java.lang.String CREATE_WMQ_TCF_SCRIPT_RESOURCE_PATH
           
private  WasServer server
           
private  WasWmqTopicConnectionFactory topicConnectionFactory
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWasWmqTopicConnectionFactoryStep(WasCluster cluster, WasWmqTopicConnectionFactory tcf)
           
CreateWasWmqTopicConnectionFactoryStep(WasServer server, WasWmqTopicConnectionFactory tcf)
           
 
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_TCF_SCRIPT_RESOURCE_PATH

private static final java.lang.String CREATE_WMQ_TCF_SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values

cluster

private WasCluster cluster

server

private WasServer server

topicConnectionFactory

private WasWmqTopicConnectionFactory topicConnectionFactory
Constructor Detail

CreateWasWmqTopicConnectionFactoryStep

public CreateWasWmqTopicConnectionFactoryStep(WasCluster cluster,
                                              WasWmqTopicConnectionFactory tcf)

CreateWasWmqTopicConnectionFactoryStep

public CreateWasWmqTopicConnectionFactoryStep(WasServer server,
                                              WasWmqTopicConnectionFactory tcf)
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.