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