Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractQueuesBean.IAbstractQueueAttributes

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IQueuesBean.IQueueAttributes
Enclosing interface:
IAbstractQueuesBean

public static interface IAbstractQueuesBean.IAbstractQueueAttributes
extends IMgmtSubBeanBase

Inner class representing QueueAttributes This class extends IMgmtListBase


Method Summary
 java.lang.String getAlternateGroupName()
          Get the attribute for ALTERNATE_GROUP_NAME as a String value.
 IMgmtAttributeMetaData getAlternateGroupNameMetaData()
          Get the attribute metadata for ALTERNATE_GROUP_NAME.
 boolean getEnableMessageGrouping()
          Get the attribute for ENABLE_MESSAGE_GROUPING as a boolean value.
 IMgmtAttributeMetaData getEnableMessageGroupingMetaData()
          Get the attribute metadata for ENABLE_MESSAGE_GROUPING.
 boolean getGlobal()
          Get the attribute for GLOBAL as a boolean value.
 IMgmtAttributeMetaData getGlobalMetaData()
          Get the attribute metadata for GLOBAL.
 int getGroupIdleTimeout()
          Get the attribute for GROUP_IDLE_TIMEOUT as a int value.
 IMgmtAttributeMetaData getGroupIdleTimeoutMetaData()
          Get the attribute metadata for GROUP_IDLE_TIMEOUT.
 int getMaxWaitTime()
          Get the attribute for MAX_WAIT_TIME as a int value.
 IMgmtAttributeMetaData getMaxWaitTimeMetaData()
          Get the attribute metadata for MAX_WAIT_TIME.
 int getMinConsumers()
          Get the attribute for MIN_CONSUMERS as a int value.
 IMgmtAttributeMetaData getMinConsumersMetaData()
          Get the attribute metadata for MIN_CONSUMERS.
 int getQueueMaxSize()
          Get the attribute for QUEUE_MAX_SIZE as a int value.
 IMgmtAttributeMetaData getQueueMaxSizeMetaData()
          Get the attribute metadata for QUEUE_MAX_SIZE.
 java.lang.String getQueueName()
          Get the attribute for QUEUE_NAME as a String value.
 IMgmtAttributeMetaData getQueueNameMetaData()
          Get the attribute metadata for QUEUE_NAME.
 int getQueueSaveThreshold()
          Get the attribute for QUEUE_SAVE_THRESHOLD as a int value.
 IMgmtAttributeMetaData getQueueSaveThresholdMetaData()
          Get the attribute metadata for QUEUE_SAVE_THRESHOLD.
 java.lang.String getQueueType()
          Get the attribute for QUEUE_TYPE as a String value.
 IMgmtAttributeMetaData getQueueTypeMetaData()
          Get the attribute metadata for QUEUE_TYPE.
 boolean getReadExclusive()
          Get the attribute for READ_EXCLUSIVE as a boolean value.
 IMgmtAttributeMetaData getReadExclusiveMetaData()
          Get the attribute metadata for READ_EXCLUSIVE.
 void setAlternateGroupName(java.lang.String value)
          Set the attribute for ALTERNATE_GROUP_NAME to the specified String value.
 void setEnableMessageGrouping(boolean value)
          Set the attribute for ENABLE_MESSAGE_GROUPING to the specified boolean value.
 void setGlobal(boolean value)
          Set the attribute for GLOBAL to the specified boolean value.
 void setGroupIdleTimeout(int value)
          Set the attribute for GROUP_IDLE_TIMEOUT to the specified int value.
 void setMaxWaitTime(int value)
          Set the attribute for MAX_WAIT_TIME to the specified int value.
 void setMinConsumers(int value)
          Set the attribute for MIN_CONSUMERS to the specified int value.
 void setQueueMaxSize(int value)
          Set the attribute for QUEUE_MAX_SIZE to the specified int value.
 void setQueueName(java.lang.String value)
          Set the attribute for QUEUE_NAME to the specified String value.
 void setQueueSaveThreshold(int value)
          Set the attribute for QUEUE_SAVE_THRESHOLD to the specified int value.
 void setQueueType(java.lang.String value)
          Set the attribute for QUEUE_TYPE to the specified String value.
 void setReadExclusive(boolean value)
          Set the attribute for READ_EXCLUSIVE to the specified boolean value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

getAlternateGroupName

java.lang.String getAlternateGroupName()
                                       throws MgmtException
Get the attribute for ALTERNATE_GROUP_NAME as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getAlternateGroupNameMetaData

IMgmtAttributeMetaData getAlternateGroupNameMetaData()
                                                     throws MgmtException
Get the attribute metadata for ALTERNATE_GROUP_NAME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getEnableMessageGrouping

boolean getEnableMessageGrouping()
                                 throws MgmtException
Get the attribute for ENABLE_MESSAGE_GROUPING as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getEnableMessageGroupingMetaData

IMgmtAttributeMetaData getEnableMessageGroupingMetaData()
                                                        throws MgmtException
Get the attribute metadata for ENABLE_MESSAGE_GROUPING.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getGlobal

boolean getGlobal()
                  throws MgmtException
Get the attribute for GLOBAL as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getGlobalMetaData

IMgmtAttributeMetaData getGlobalMetaData()
                                         throws MgmtException
Get the attribute metadata for GLOBAL.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getGroupIdleTimeout

int getGroupIdleTimeout()
                        throws MgmtException
Get the attribute for GROUP_IDLE_TIMEOUT as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getGroupIdleTimeoutMetaData

IMgmtAttributeMetaData getGroupIdleTimeoutMetaData()
                                                   throws MgmtException
Get the attribute metadata for GROUP_IDLE_TIMEOUT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getMaxWaitTime

int getMaxWaitTime()
                   throws MgmtException
Get the attribute for MAX_WAIT_TIME as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getMaxWaitTimeMetaData

IMgmtAttributeMetaData getMaxWaitTimeMetaData()
                                              throws MgmtException
Get the attribute metadata for MAX_WAIT_TIME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getMinConsumers

int getMinConsumers()
                    throws MgmtException
Get the attribute for MIN_CONSUMERS as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getMinConsumersMetaData

IMgmtAttributeMetaData getMinConsumersMetaData()
                                               throws MgmtException
Get the attribute metadata for MIN_CONSUMERS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getQueueMaxSize

int getQueueMaxSize()
                    throws MgmtException
Get the attribute for QUEUE_MAX_SIZE as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getQueueMaxSizeMetaData

IMgmtAttributeMetaData getQueueMaxSizeMetaData()
                                               throws MgmtException
Get the attribute metadata for QUEUE_MAX_SIZE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getQueueName

java.lang.String getQueueName()
                              throws MgmtException
Get the attribute for QUEUE_NAME as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getQueueNameMetaData

IMgmtAttributeMetaData getQueueNameMetaData()
                                            throws MgmtException
Get the attribute metadata for QUEUE_NAME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getQueueSaveThreshold

int getQueueSaveThreshold()
                          throws MgmtException
Get the attribute for QUEUE_SAVE_THRESHOLD as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getQueueSaveThresholdMetaData

IMgmtAttributeMetaData getQueueSaveThresholdMetaData()
                                                     throws MgmtException
Get the attribute metadata for QUEUE_SAVE_THRESHOLD.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getQueueType

java.lang.String getQueueType()
                              throws MgmtException
Get the attribute for QUEUE_TYPE as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getQueueTypeMetaData

IMgmtAttributeMetaData getQueueTypeMetaData()
                                            throws MgmtException
Get the attribute metadata for QUEUE_TYPE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getReadExclusive

boolean getReadExclusive()
                         throws MgmtException
Get the attribute for READ_EXCLUSIVE as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getReadExclusiveMetaData

IMgmtAttributeMetaData getReadExclusiveMetaData()
                                                throws MgmtException
Get the attribute metadata for READ_EXCLUSIVE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setAlternateGroupName

void setAlternateGroupName(java.lang.String value)
                           throws MgmtException
Set the attribute for ALTERNATE_GROUP_NAME to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setEnableMessageGrouping

void setEnableMessageGrouping(boolean value)
                              throws MgmtException
Set the attribute for ENABLE_MESSAGE_GROUPING to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setGlobal

void setGlobal(boolean value)
               throws MgmtException
Set the attribute for GLOBAL to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setGroupIdleTimeout

void setGroupIdleTimeout(int value)
                         throws MgmtException
Set the attribute for GROUP_IDLE_TIMEOUT to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setMaxWaitTime

void setMaxWaitTime(int value)
                    throws MgmtException
Set the attribute for MAX_WAIT_TIME to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setMinConsumers

void setMinConsumers(int value)
                     throws MgmtException
Set the attribute for MIN_CONSUMERS to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setQueueMaxSize

void setQueueMaxSize(int value)
                     throws MgmtException
Set the attribute for QUEUE_MAX_SIZE to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setQueueName

void setQueueName(java.lang.String value)
                  throws MgmtException
Set the attribute for QUEUE_NAME to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setQueueSaveThreshold

void setQueueSaveThreshold(int value)
                           throws MgmtException
Set the attribute for QUEUE_SAVE_THRESHOLD to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setQueueType

void setQueueType(java.lang.String value)
                  throws MgmtException
Set the attribute for QUEUE_TYPE to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setReadExclusive

void setReadExclusive(boolean value)
                      throws MgmtException
Set the attribute for READ_EXCLUSIVE to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.