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

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

public class CreateWasWmqTopicStep
extends WasStepBase

Creates a WasWmqTopic in a WasCluster

See Also:
Serialized Form

Field Summary
private  WasCluster cluster
           
static java.lang.String CREATE_WMQ_T_SCRIPT_RESOURCE_PATH
           
private  WasServer server
           
private  WasWmqTopic t
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWasWmqTopicStep(WasCluster cluster, WasWmqTopic t)
           
CreateWasWmqTopicStep(WasServer server, WasWmqTopic t)
           
 
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
 

Field Detail

CREATE_WMQ_T_SCRIPT_RESOURCE_PATH

public static java.lang.String CREATE_WMQ_T_SCRIPT_RESOURCE_PATH

cluster

private WasCluster cluster

server

private WasServer server

t

private WasWmqTopic t
Constructor Detail

CreateWasWmqTopicStep

public CreateWasWmqTopicStep(WasCluster cluster,
                             WasWmqTopic t)

CreateWasWmqTopicStep

public CreateWasWmqTopicStep(WasServer server,
                             WasWmqTopic t)
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.