|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractQueuesBean.IAbstractQueueAttributes
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 |
|---|
java.lang.String getAlternateGroupName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAlternateGroupNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getEnableMessageGrouping()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnableMessageGroupingMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getGlobal()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getGlobalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getGroupIdleTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getGroupIdleTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMaxWaitTime()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaxWaitTimeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMinConsumers()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMinConsumersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getQueueMaxSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getQueueMaxSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getQueueName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getQueueNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getQueueSaveThreshold()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getQueueSaveThresholdMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getQueueType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getQueueTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getReadExclusive()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getReadExclusiveMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setAlternateGroupName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setEnableMessageGrouping(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setGlobal(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setGroupIdleTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxWaitTime(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMinConsumers(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setQueueMaxSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setQueueName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setQueueSaveThreshold(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setQueueType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setReadExclusive(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||