com.ibm.websphere.sib.admin

Interface SIBMQQueueAttributes


  1. public interface SIBMQQueueAttributes
This class wrappers the attributes of a WebSphere MQ Queue definition.

Method Summary

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

Method Detail

getName

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

getDescription

  1. java.lang.String getDescription( )
Gets the queue description.
Returns:
queue description.

isPutEnabled

  1. java.lang.Boolean isPutEnabled( )
Returns true if the queue is put enabled.
Returns:
true if put is enabled; else false.

isGetEnabled

  1. java.lang.Boolean isGetEnabled( )
Returns true if the queue is get enabled.
Returns:
true if queue get is enabled; else false.

getCurrentDepth

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

getMaxDepth

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

getInputProcessCount

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

getOutputProcessCount

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

isQueueShareable

  1. java.lang.Boolean isQueueShareable( )
Returns true if the queue is shareable.
Returns:
true if the queue is shareable; else false.

getType

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

getDisposition

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