IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.admin
Interface SIBMQQueueAttributes


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

getName

java.lang.String getName()
Returns the queue name.

Returns:
queue name.

getDescription

java.lang.String getDescription()
Gets the queue description.

Returns:
queue description.

isPutEnabled

java.lang.Boolean isPutEnabled()
Returns true if the queue is put enabled.

Returns:
true if put is enabled; else false.

isGetEnabled

java.lang.Boolean isGetEnabled()
Returns true if the queue is get enabled.

Returns:
true if queue get is enabled; else false.

getCurrentDepth

java.lang.Integer getCurrentDepth()
Returns the queue snapshot current depth for the queue.

Returns:
snapshot current depth for the queue.

getMaxDepth

java.lang.Integer getMaxDepth()
Returns the queue maximum depth.

Returns:
queue maximum depth.

getInputProcessCount

java.lang.Integer getInputProcessCount()
Returns the snapshot input process count for the queue.

Returns:
snapshot input process count for the queue.

getOutputProcessCount

java.lang.Integer getOutputProcessCount()
Returns the snapshot output process count for the queue.

Returns:
snapshot output process count for the queue.

isQueueShareable

java.lang.Boolean isQueueShareable()
Returns true if the queue is shareable.

Returns:
true if the queue is shareable; else false.

getType

java.lang.Integer getType()
Gets the queue type (Alias/Local etc).

Returns:
queue type (Alias/Local etc).

getDisposition

java.lang.Integer getDisposition()
Returns the queue's QSGDISP type.

Returns:
queue's QSGDISP type.

IBM WebSphere Application ServerTM
Release 7