Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractDuplicateDetectionParametersType
extends IMgmtSubBeanBase

Inner class representing DuplicateDetectionParametersType This class extends IMgmtListBase


Method Summary
 boolean getIndexedTxn()
          Get the attribute for INDEXED_TXN as a boolean value.
 java.lang.String getIndexedTxnDbConnect()
          Get the attribute for INDEXED_TXN_DB_CONNECT as a String value.
 java.lang.String getIndexedTxnDbConnect(java.lang.String defValue)
          Get the attribute for INDEXED_TXN_DB_CONNECT as a String value.
 IMgmtAttributeMetaData getIndexedTxnDbConnectMetaData()
          Get the attribute metadata for INDEXED_TXN_DB_CONNECT.
 java.lang.String getIndexedTxnDbPassword()
          Get the attribute for INDEXED_TXN_DB_PASSWORD as a String value.
 java.lang.String getIndexedTxnDbPassword(java.lang.String defValue)
          Get the attribute for INDEXED_TXN_DB_PASSWORD as a String value.
 IMgmtAttributeMetaData getIndexedTxnDbPasswordMetaData()
          Get the attribute metadata for INDEXED_TXN_DB_PASSWORD.
 java.lang.String getIndexedTxnDbProperties()
          Get the attribute for INDEXED_TXN_DB_PROPERTIES as a String value.
 java.lang.String getIndexedTxnDbProperties(java.lang.String defValue)
          Get the attribute for INDEXED_TXN_DB_PROPERTIES as a String value.
 IMgmtAttributeMetaData getIndexedTxnDbPropertiesMetaData()
          Get the attribute metadata for INDEXED_TXN_DB_PROPERTIES.
 boolean getIndexedTxnDbShared()
          Get the attribute for INDEXED_TXN_DB_SHARED as a boolean value.
 IMgmtAttributeMetaData getIndexedTxnDbSharedMetaData()
          Get the attribute metadata for INDEXED_TXN_DB_SHARED.
 java.lang.String getIndexedTxnDbUser()
          Get the attribute for INDEXED_TXN_DB_USER as a String value.
 java.lang.String getIndexedTxnDbUser(java.lang.String defValue)
          Get the attribute for INDEXED_TXN_DB_USER as a String value.
 IMgmtAttributeMetaData getIndexedTxnDbUserMetaData()
          Get the attribute metadata for INDEXED_TXN_DB_USER.
 java.lang.String getIndexedTxnJdbcDriver()
          Get the attribute for INDEXED_TXN_JDBC_DRIVER as a String value.
 java.lang.String getIndexedTxnJdbcDriver(java.lang.String defValue)
          Get the attribute for INDEXED_TXN_JDBC_DRIVER as a String value.
 IMgmtAttributeMetaData getIndexedTxnJdbcDriverMetaData()
          Get the attribute metadata for INDEXED_TXN_JDBC_DRIVER.
 IMgmtAttributeMetaData getIndexedTxnMetaData()
          Get the attribute metadata for INDEXED_TXN.
 java.lang.String getIndexedTxnTableName()
          Get the attribute for INDEXED_TXN_TABLE_NAME as a String value.
 java.lang.String getIndexedTxnTableName(java.lang.String defValue)
          Get the attribute for INDEXED_TXN_TABLE_NAME as a String value.
 IMgmtAttributeMetaData getIndexedTxnTableNameMetaData()
          Get the attribute metadata for INDEXED_TXN_TABLE_NAME.
 void setIndexedTxn(boolean value)
          Set the attribute for INDEXED_TXN to the specified boolean value.
 void setIndexedTxnDbConnect(java.lang.String value)
          Set the attribute for INDEXED_TXN_DB_CONNECT to the specified String value.
 void setIndexedTxnDbPassword(java.lang.String value)
          Set the attribute for INDEXED_TXN_DB_PASSWORD to the specified String value.
 void setIndexedTxnDbProperties(java.lang.String value)
          Set the attribute for INDEXED_TXN_DB_PROPERTIES to the specified String value.
 void setIndexedTxnDbShared(boolean value)
          Set the attribute for INDEXED_TXN_DB_SHARED to the specified boolean value.
 void setIndexedTxnDbUser(java.lang.String value)
          Set the attribute for INDEXED_TXN_DB_USER to the specified String value.
 void setIndexedTxnJdbcDriver(java.lang.String value)
          Set the attribute for INDEXED_TXN_JDBC_DRIVER to the specified String value.
 void setIndexedTxnTableName(java.lang.String value)
          Set the attribute for INDEXED_TXN_TABLE_NAME to the specified String 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

getIndexedTxn

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

getIndexedTxnDbConnect

java.lang.String getIndexedTxnDbConnect()
                                        throws MgmtException
Get the attribute for INDEXED_TXN_DB_CONNECT as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbConnect

java.lang.String getIndexedTxnDbConnect(java.lang.String defValue)
                                        throws MgmtException
Get the attribute for INDEXED_TXN_DB_CONNECT as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbConnectMetaData

IMgmtAttributeMetaData getIndexedTxnDbConnectMetaData()
                                                      throws MgmtException
Get the attribute metadata for INDEXED_TXN_DB_CONNECT.

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

getIndexedTxnDbPassword

java.lang.String getIndexedTxnDbPassword()
                                         throws MgmtException
Get the attribute for INDEXED_TXN_DB_PASSWORD as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbPassword

java.lang.String getIndexedTxnDbPassword(java.lang.String defValue)
                                         throws MgmtException
Get the attribute for INDEXED_TXN_DB_PASSWORD as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbPasswordMetaData

IMgmtAttributeMetaData getIndexedTxnDbPasswordMetaData()
                                                       throws MgmtException
Get the attribute metadata for INDEXED_TXN_DB_PASSWORD.

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

getIndexedTxnDbProperties

java.lang.String getIndexedTxnDbProperties()
                                           throws MgmtException
Get the attribute for INDEXED_TXN_DB_PROPERTIES as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbProperties

java.lang.String getIndexedTxnDbProperties(java.lang.String defValue)
                                           throws MgmtException
Get the attribute for INDEXED_TXN_DB_PROPERTIES as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbPropertiesMetaData

IMgmtAttributeMetaData getIndexedTxnDbPropertiesMetaData()
                                                         throws MgmtException
Get the attribute metadata for INDEXED_TXN_DB_PROPERTIES.

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

getIndexedTxnDbShared

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

getIndexedTxnDbSharedMetaData

IMgmtAttributeMetaData getIndexedTxnDbSharedMetaData()
                                                     throws MgmtException
Get the attribute metadata for INDEXED_TXN_DB_SHARED.

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

getIndexedTxnDbUser

java.lang.String getIndexedTxnDbUser()
                                     throws MgmtException
Get the attribute for INDEXED_TXN_DB_USER as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbUser

java.lang.String getIndexedTxnDbUser(java.lang.String defValue)
                                     throws MgmtException
Get the attribute for INDEXED_TXN_DB_USER as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnDbUserMetaData

IMgmtAttributeMetaData getIndexedTxnDbUserMetaData()
                                                   throws MgmtException
Get the attribute metadata for INDEXED_TXN_DB_USER.

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

getIndexedTxnJdbcDriver

java.lang.String getIndexedTxnJdbcDriver()
                                         throws MgmtException
Get the attribute for INDEXED_TXN_JDBC_DRIVER as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnJdbcDriver

java.lang.String getIndexedTxnJdbcDriver(java.lang.String defValue)
                                         throws MgmtException
Get the attribute for INDEXED_TXN_JDBC_DRIVER as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnJdbcDriverMetaData

IMgmtAttributeMetaData getIndexedTxnJdbcDriverMetaData()
                                                       throws MgmtException
Get the attribute metadata for INDEXED_TXN_JDBC_DRIVER.

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

getIndexedTxnMetaData

IMgmtAttributeMetaData getIndexedTxnMetaData()
                                             throws MgmtException
Get the attribute metadata for INDEXED_TXN.

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

getIndexedTxnTableName

java.lang.String getIndexedTxnTableName()
                                        throws MgmtException
Get the attribute for INDEXED_TXN_TABLE_NAME as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnTableName

java.lang.String getIndexedTxnTableName(java.lang.String defValue)
                                        throws MgmtException
Get the attribute for INDEXED_TXN_TABLE_NAME as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getIndexedTxnTableNameMetaData

IMgmtAttributeMetaData getIndexedTxnTableNameMetaData()
                                                      throws MgmtException
Get the attribute metadata for INDEXED_TXN_TABLE_NAME.

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

setIndexedTxn

void setIndexedTxn(boolean value)
                   throws MgmtException
Set the attribute for INDEXED_TXN to the specified boolean value.

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

setIndexedTxnDbConnect

void setIndexedTxnDbConnect(java.lang.String value)
                            throws MgmtException
Set the attribute for INDEXED_TXN_DB_CONNECT to the specified String value.

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

setIndexedTxnDbPassword

void setIndexedTxnDbPassword(java.lang.String value)
                             throws MgmtException
Set the attribute for INDEXED_TXN_DB_PASSWORD to the specified String value.

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

setIndexedTxnDbProperties

void setIndexedTxnDbProperties(java.lang.String value)
                               throws MgmtException
Set the attribute for INDEXED_TXN_DB_PROPERTIES to the specified String value.

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

setIndexedTxnDbShared

void setIndexedTxnDbShared(boolean value)
                           throws MgmtException
Set the attribute for INDEXED_TXN_DB_SHARED to the specified boolean value.

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

setIndexedTxnDbUser

void setIndexedTxnDbUser(java.lang.String value)
                         throws MgmtException
Set the attribute for INDEXED_TXN_DB_USER to the specified String value.

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

setIndexedTxnJdbcDriver

void setIndexedTxnJdbcDriver(java.lang.String value)
                             throws MgmtException
Set the attribute for INDEXED_TXN_JDBC_DRIVER to the specified String value.

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

setIndexedTxnTableName

void setIndexedTxnTableName(java.lang.String value)
                            throws MgmtException
Set the attribute for INDEXED_TXN_TABLE_NAME to the specified String value.

Parameters:
value - The String 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.