Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractTxnParametersType
extends IMgmtSubBeanBase

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

getTxnBufferSize

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

getTxnBufferSizeMetaData

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

getTxnIdleTimeout

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

getTxnIdleTimeoutMetaData

IMgmtAttributeMetaData getTxnIdleTimeoutMetaData()
                                                 throws MgmtException
Get the attribute metadata for TXN_IDLE_TIMEOUT.

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

getTxnPrimaryThreads

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

getTxnPrimaryThreadsMetaData

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

getTxnSecondaryThreads

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

getTxnSecondaryThreadsMetaData

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

setTxnBufferSize

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

setTxnIdleTimeout

void setTxnIdleTimeout(int value)
                       throws MgmtException
Set the attribute for TXN_IDLE_TIMEOUT to the specified int value.

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

setTxnPrimaryThreads

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

setTxnSecondaryThreads

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