Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractBrokerBean.IAbstractQueueParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBrokerBean.IQueueParametersType
Enclosing interface:
IAbstractBrokerBean

public static interface IAbstractBrokerBean.IAbstractQueueParametersType
extends IMgmtSubBeanBase

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

getEnableQueueCleanup

boolean getEnableQueueCleanup()
                              throws MgmtException
Get the attribute for ENABLE_QUEUE_CLEANUP 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

getEnableQueueCleanupMetaData

IMgmtAttributeMetaData getEnableQueueCleanupMetaData()
                                                     throws MgmtException
Get the attribute metadata for ENABLE_QUEUE_CLEANUP.

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

getMaxTemporaryQueueSize

int getMaxTemporaryQueueSize()
                             throws MgmtException
Get the attribute for MAX_TEMPORARY_QUEUE_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

getMaxTemporaryQueueSizeMetaData

IMgmtAttributeMetaData getMaxTemporaryQueueSizeMetaData()
                                                        throws MgmtException
Get the attribute metadata for MAX_TEMPORARY_QUEUE_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

getPtpDbQueueSize

int getPtpDbQueueSize()
                      throws MgmtException
Get the attribute for PTP_DB_QUEUE_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

getPtpDbQueueSizeMetaData

IMgmtAttributeMetaData getPtpDbQueueSizeMetaData()
                                                 throws MgmtException
Get the attribute metadata for PTP_DB_QUEUE_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

getQueueCleanupInterval

long getQueueCleanupInterval()
                             throws MgmtException
Get the attribute for QUEUE_CLEANUP_INTERVAL as a long value.

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

getQueueCleanupIntervalMetaData

IMgmtAttributeMetaData getQueueCleanupIntervalMetaData()
                                                       throws MgmtException
Get the attribute metadata for QUEUE_CLEANUP_INTERVAL.

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

getQueueDeliveryThreads

int getQueueDeliveryThreads()
                            throws MgmtException
Get the attribute for QUEUE_DELIVERY_THREADS 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

getQueueDeliveryThreadsMetaData

IMgmtAttributeMetaData getQueueDeliveryThreadsMetaData()
                                                       throws MgmtException
Get the attribute metadata for QUEUE_DELIVERY_THREADS.

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

setEnableQueueCleanup

void setEnableQueueCleanup(boolean value)
                           throws MgmtException
Set the attribute for ENABLE_QUEUE_CLEANUP to the specified boolean value.

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

setMaxTemporaryQueueSize

void setMaxTemporaryQueueSize(int value)
                              throws MgmtException
Set the attribute for MAX_TEMPORARY_QUEUE_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

setPtpDbQueueSize

void setPtpDbQueueSize(int value)
                       throws MgmtException
Set the attribute for PTP_DB_QUEUE_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

setQueueCleanupInterval

void setQueueCleanupInterval(long value)
                             throws MgmtException
Set the attribute for QUEUE_CLEANUP_INTERVAL to the specified long value.

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

setQueueDeliveryThreads

void setQueueDeliveryThreads(int value)
                             throws MgmtException
Set the attribute for QUEUE_DELIVERY_THREADS to the specified int value.

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

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.