|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SIBMQQueueAttributes
This class wrappers the attributes of a WebSphere MQ Queue definition.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |