com.xebialabs.deployit.plugin.jbossas.step
Class CreateJbossasQueueStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
      extended by com.xebialabs.deployit.plugin.jbossas.step.CreateJbossasQueueStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class CreateJbossasQueueStep
extends JbossasStepBase

Creates a JbossasQueue on a JbossasServer

See Also:
Serialized Form

Field Summary
private  JbossasQueue queue
           
 
Fields inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
description, server, STEP_RESOURCES_PATH
 
Constructor Summary
CreateJbossasQueueStep(JbossasServer server, JbossasQueue queue)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
private  java.lang.String generateQueueConfigurationFile()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queue

private JbossasQueue queue
Constructor Detail

CreateJbossasQueueStep

public CreateJbossasQueueStep(JbossasServer server,
                              JbossasQueue queue)
Method Detail

execute

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

generateQueueConfigurationFile

private java.lang.String generateQueueConfigurationFile()


Copyright © 2010. All Rights Reserved.