com.xebialabs.deployit.plugin.wmq.step
Class DestroyWmqLocalQueueStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wmq.step.DestroyWmqLocalQueueStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class DestroyWmqLocalQueueStep
extends java.lang.Object
implements com.xebialabs.deployit.Step

See Also:
Serialized Form

Field Summary
private  WmqLocalQueue queue
           
private  WmqQueueManager queueManager
           
 
Constructor Summary
DestroyWmqLocalQueueStep(WmqQueueManager queueManager, WmqLocalQueue queue)
           
 
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
 

Field Detail

queueManager

private WmqQueueManager queueManager

queue

private WmqLocalQueue queue
Constructor Detail

DestroyWmqLocalQueueStep

public DestroyWmqLocalQueueStep(WmqQueueManager queueManager,
                                WmqLocalQueue queue)
Method Detail

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.