Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractPubSubParametersType
extends IMgmtSubBeanBase

Inner class representing PubSubParametersType This class extends IMgmtListBase


Method Summary
 boolean getFlowToDisk()
          Get the attribute for FLOW_TO_DISK as a boolean value.
 IMgmtAttributeMetaData getFlowToDiskMetaData()
          Get the attribute metadata for FLOW_TO_DISK.
 int getMaxTopicDbSize()
          Get the attribute for MAX_TOPIC_DB_SIZE as a int value.
 IMgmtAttributeMetaData getMaxTopicDbSizeMetaData()
          Get the attribute metadata for MAX_TOPIC_DB_SIZE.
 int getPsDbQueueSize()
          Get the attribute for PS_DB_QUEUE_SIZE as a int value.
 IMgmtAttributeMetaData getPsDbQueueSizeMetaData()
          Get the attribute metadata for PS_DB_QUEUE_SIZE.
 void setFlowToDisk(boolean value)
          Set the attribute for FLOW_TO_DISK to the specified boolean value.
 void setMaxTopicDbSize(int value)
          Set the attribute for MAX_TOPIC_DB_SIZE to the specified int value.
 void setPsDbQueueSize(int value)
          Set the attribute for PS_DB_QUEUE_SIZE 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

getFlowToDisk

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

getFlowToDiskMetaData

IMgmtAttributeMetaData getFlowToDiskMetaData()
                                             throws MgmtException
Get the attribute metadata for FLOW_TO_DISK.

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

getMaxTopicDbSize

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

getMaxTopicDbSizeMetaData

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

getPsDbQueueSize

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

getPsDbQueueSizeMetaData

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

setFlowToDisk

void setFlowToDisk(boolean value)
                   throws MgmtException
Set the attribute for FLOW_TO_DISK to the specified boolean value.

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

setMaxTopicDbSize

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

setPsDbQueueSize

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

Sonic Management API

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