com.xebialabs.deployit.plugin.wmq.ci
Class WmqLocalQueue
java.lang.Object
com.xebialabs.deployit.BaseConfigurationItem
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
| Fields inherited from class com.xebialabs.deployit.BaseConfigurationItem |
label |
| 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 |
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
WmqLocalQueue
public WmqLocalQueue()
WmqLocalQueue
public WmqLocalQueue(java.lang.String label,
java.lang.String name)
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.