Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractConnectionBuffersType
extends IMgmtSubBeanBase

Inner class representing ConnectionBuffersType This class extends IMgmtListBase


Method Summary
 int getOutgoingMsgBufferSize()
          Get the attribute for OUTGOING_MSG_BUFFER_SIZE as a int value.
 IMgmtAttributeMetaData getOutgoingMsgBufferSizeMetaData()
          Get the attribute metadata for OUTGOING_MSG_BUFFER_SIZE.
 int getPsGuarMsgBufferSize()
          Get the attribute for PS_GUAR_MSG_BUFFER_SIZE as a int value.
 IMgmtAttributeMetaData getPsGuarMsgBufferSizeMetaData()
          Get the attribute metadata for PS_GUAR_MSG_BUFFER_SIZE.
 int getWaitMsgBufferSize()
          Get the attribute for WAIT_MSG_BUFFER_SIZE as a int value.
 IMgmtAttributeMetaData getWaitMsgBufferSizeMetaData()
          Get the attribute metadata for WAIT_MSG_BUFFER_SIZE.
 void setOutgoingMsgBufferSize(int value)
          Set the attribute for OUTGOING_MSG_BUFFER_SIZE to the specified int value.
 void setPsGuarMsgBufferSize(int value)
          Set the attribute for PS_GUAR_MSG_BUFFER_SIZE to the specified int value.
 void setWaitMsgBufferSize(int value)
          Set the attribute for WAIT_MSG_BUFFER_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

getOutgoingMsgBufferSize

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

getOutgoingMsgBufferSizeMetaData

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

getPsGuarMsgBufferSize

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

getPsGuarMsgBufferSizeMetaData

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

getWaitMsgBufferSize

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

getWaitMsgBufferSizeMetaData

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

setOutgoingMsgBufferSize

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

setPsGuarMsgBufferSize

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

setWaitMsgBufferSize

void setWaitMsgBufferSize(int value)
                          throws MgmtException
Set the attribute for WAIT_MSG_BUFFER_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.