com.xebialabs.deployit.plugin.wmq.step
Class CreateOrModifyWmqLocalQueueStep
java.lang.Object
com.xebialabs.deployit.plugin.wmq.step.CreateOrModifyWmqLocalQueueStep
- All Implemented Interfaces:
- com.xebialabs.deployit.Step, java.io.Serializable
- Direct Known Subclasses:
- CreateWmqLocalQueueStep, ModifyWmqLocalQueueStep
class CreateOrModifyWmqLocalQueueStep
- extends java.lang.Object
- implements com.xebialabs.deployit.Step
|
Method Summary |
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
java.lang.String |
getDescription()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queueManager
private WmqQueueManager queueManager
queue
private WmqLocalQueue queue
modify
private boolean modify
CreateOrModifyWmqLocalQueueStep
public CreateOrModifyWmqLocalQueueStep(WmqQueueManager queueManager,
WmqLocalQueue queue,
boolean modify)
execute
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
- Specified by:
execute in interface com.xebialabs.deployit.Step
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface com.xebialabs.deployit.Step
Copyright © 2010. All Rights Reserved.