|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractConnectionBuffersType
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 |
|---|
int getOutgoingMsgBufferSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getOutgoingMsgBufferSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getPsGuarMsgBufferSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPsGuarMsgBufferSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getWaitMsgBufferSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getWaitMsgBufferSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setOutgoingMsgBufferSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPsGuarMsgBufferSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setWaitMsgBufferSize(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 | |||||||