|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractTxnParametersType
Inner class representing TxnParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
int |
getTxnBufferSize()
Get the attribute for TXN_BUFFER_SIZE as a int value. |
IMgmtAttributeMetaData |
getTxnBufferSizeMetaData()
Get the attribute metadata for TXN_BUFFER_SIZE. |
int |
getTxnIdleTimeout()
Get the attribute for TXN_IDLE_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getTxnIdleTimeoutMetaData()
Get the attribute metadata for TXN_IDLE_TIMEOUT. |
int |
getTxnPrimaryThreads()
Get the attribute for TXN_PRIMARY_THREADS as a int value. |
IMgmtAttributeMetaData |
getTxnPrimaryThreadsMetaData()
Get the attribute metadata for TXN_PRIMARY_THREADS. |
int |
getTxnSecondaryThreads()
Get the attribute for TXN_SECONDARY_THREADS as a int value. |
IMgmtAttributeMetaData |
getTxnSecondaryThreadsMetaData()
Get the attribute metadata for TXN_SECONDARY_THREADS. |
void |
setTxnBufferSize(int value)
Set the attribute for TXN_BUFFER_SIZE to the specified int value. |
void |
setTxnIdleTimeout(int value)
Set the attribute for TXN_IDLE_TIMEOUT to the specified int value. |
void |
setTxnPrimaryThreads(int value)
Set the attribute for TXN_PRIMARY_THREADS to the specified int value. |
void |
setTxnSecondaryThreads(int value)
Set the attribute for TXN_SECONDARY_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 |
|---|
int getTxnBufferSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTxnBufferSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getTxnIdleTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTxnIdleTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getTxnPrimaryThreads()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTxnPrimaryThreadsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getTxnSecondaryThreads()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getTxnSecondaryThreadsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setTxnBufferSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTxnIdleTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTxnPrimaryThreads(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setTxnSecondaryThreads(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 | |||||||