|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractDuplicateDetectionParametersType
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 |
|---|
boolean getIndexedTxn()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnDbConnect()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnDbConnect(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnDbConnectMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getIndexedTxnDbPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnDbPassword(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnDbPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getIndexedTxnDbProperties()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnDbProperties(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnDbPropertiesMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getIndexedTxnDbShared()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnDbSharedMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getIndexedTxnDbUser()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnDbUser(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnDbUserMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getIndexedTxnJdbcDriver()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnJdbcDriver(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnJdbcDriverMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IMgmtAttributeMetaData getIndexedTxnMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getIndexedTxnTableName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getIndexedTxnTableName(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIndexedTxnTableNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setIndexedTxn(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnDbConnect(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnDbPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnDbProperties(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnDbShared(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnDbUser(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnJdbcDriver(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIndexedTxnTableName(java.lang.String value)
throws MgmtException
value - The String 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 | |||||||