public interface SIBMQQueueAttributes
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCurrentDepth()
Returns the queue snapshot current depth for the queue.
|
java.lang.String |
getDescription()
Gets the queue description.
|
java.lang.Integer |
getDisposition()
Returns the queue's QSGDISP type.
|
java.lang.Integer |
getInputProcessCount()
Returns the snapshot input process count for the queue.
|
java.lang.Integer |
getMaxDepth()
Returns the queue maximum depth.
|
java.lang.String |
getName()
Returns the queue name.
|
java.lang.Integer |
getOutputProcessCount()
Returns the snapshot output process count for the queue.
|
java.lang.Integer |
getType()
Gets the queue type (Alias/Local etc).
|
java.lang.Boolean |
isGetEnabled()
Returns true if the queue is get enabled.
|
java.lang.Boolean |
isPutEnabled()
Returns true if the queue is put enabled.
|
java.lang.Boolean |
isQueueShareable()
Returns true if the queue is shareable.
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.Boolean isPutEnabled()
java.lang.Boolean isGetEnabled()
java.lang.Integer getCurrentDepth()
java.lang.Integer getMaxDepth()
java.lang.Integer getInputProcessCount()
java.lang.Integer getOutputProcessCount()
java.lang.Boolean isQueueShareable()
java.lang.Integer getType()
java.lang.Integer getDisposition()