com.xebialabs.deployit.plugin.wmq.ci
Class WmqLocalQueue

java.lang.Object
  extended by com.xebialabs.deployit.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.wmq.ci.WmqLocalQueue
All Implemented Interfaces:
java.io.Serializable

@ConfigurationItem
public class WmqLocalQueue
extends com.xebialabs.deployit.BaseConfigurationItem

See Also:
Serialized Form

Field Summary
private  boolean isPersistent
           
private  int maxDepth
           
private  java.lang.String name
           
 
Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem
label
 
Constructor Summary
WmqLocalQueue()
           
WmqLocalQueue(java.lang.String label, java.lang.String name)
           
 
Method Summary
 int getMaxDepth()
           
 java.lang.String getName()
           
 boolean isPersistent()
           
 void setMaxDepth(int maxDepth)
           
 void setName(java.lang.String name)
           
 void setPersistent(boolean isPersistent)
           
 
Methods inherited from class com.xebialabs.deployit.BaseConfigurationItem
equals, getLabel, hashCode, setLabel, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

@ConfigurationItemProperty(description="Name of the queue in WebSphere MQ",
                           identifying=true)
private java.lang.String name

maxDepth

@ConfigurationItemProperty(description="Maximum number of message in the queue")
private int maxDepth

isPersistent

@ConfigurationItemProperty(description="Whether messages in the queue shuold be persisted")
private boolean isPersistent
Constructor Detail

WmqLocalQueue

public WmqLocalQueue()

WmqLocalQueue

public WmqLocalQueue(java.lang.String label,
                     java.lang.String name)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getMaxDepth

public int getMaxDepth()

setMaxDepth

public void setMaxDepth(int maxDepth)

isPersistent

public boolean isPersistent()

setPersistent

public void setPersistent(boolean isPersistent)


Copyright © 2010. All Rights Reserved.