|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractQueueParametersType
Inner class representing QueueParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
boolean |
getEnableQueueCleanup()
Get the attribute for ENABLE_QUEUE_CLEANUP as a boolean value. |
IMgmtAttributeMetaData |
getEnableQueueCleanupMetaData()
Get the attribute metadata for ENABLE_QUEUE_CLEANUP. |
int |
getMaxTemporaryQueueSize()
Get the attribute for MAX_TEMPORARY_QUEUE_SIZE as a int value. |
IMgmtAttributeMetaData |
getMaxTemporaryQueueSizeMetaData()
Get the attribute metadata for MAX_TEMPORARY_QUEUE_SIZE. |
int |
getPtpDbQueueSize()
Get the attribute for PTP_DB_QUEUE_SIZE as a int value. |
IMgmtAttributeMetaData |
getPtpDbQueueSizeMetaData()
Get the attribute metadata for PTP_DB_QUEUE_SIZE. |
long |
getQueueCleanupInterval()
Get the attribute for QUEUE_CLEANUP_INTERVAL as a long value. |
IMgmtAttributeMetaData |
getQueueCleanupIntervalMetaData()
Get the attribute metadata for QUEUE_CLEANUP_INTERVAL. |
int |
getQueueDeliveryThreads()
Get the attribute for QUEUE_DELIVERY_THREADS as a int value. |
IMgmtAttributeMetaData |
getQueueDeliveryThreadsMetaData()
Get the attribute metadata for QUEUE_DELIVERY_THREADS. |
void |
setEnableQueueCleanup(boolean value)
Set the attribute for ENABLE_QUEUE_CLEANUP to the specified boolean value. |
void |
setMaxTemporaryQueueSize(int value)
Set the attribute for MAX_TEMPORARY_QUEUE_SIZE to the specified int value. |
void |
setPtpDbQueueSize(int value)
Set the attribute for PTP_DB_QUEUE_SIZE to the specified int value. |
void |
setQueueCleanupInterval(long value)
Set the attribute for QUEUE_CLEANUP_INTERVAL to the specified long value. |
void |
setQueueDeliveryThreads(int value)
Set the attribute for QUEUE_DELIVERY_THREADS to the specified int 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 |
|---|
boolean getEnableQueueCleanup()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnableQueueCleanupMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMaxTemporaryQueueSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaxTemporaryQueueSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getPtpDbQueueSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPtpDbQueueSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getQueueCleanupInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getQueueCleanupIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getQueueDeliveryThreads()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getQueueDeliveryThreadsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setEnableQueueCleanup(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxTemporaryQueueSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPtpDbQueueSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setQueueCleanupInterval(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setQueueDeliveryThreads(int value)
throws MgmtException
value - The int 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 | |||||||