|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractDatabaseParametersType
Inner class representing DatabaseParametersType This class extends IMgmtListBase
| Method Summary | |
|---|---|
java.lang.String |
getDatabaseStoreType()
Get the attribute for DATABASE_STORE_TYPE as a String value. |
IMgmtAttributeMetaData |
getDatabaseStoreTypeMetaData()
Get the attribute metadata for DATABASE_STORE_TYPE. |
java.lang.String |
getMqstoreDbConnect()
Get the attribute for MQSTORE_DB_CONNECT as a String value. |
IMgmtAttributeMetaData |
getMqstoreDbConnectMetaData()
Get the attribute metadata for MQSTORE_DB_CONNECT. |
void |
setDatabaseStoreType(java.lang.String value)
Set the attribute for DATABASE_STORE_TYPE to the specified String value. |
void |
setMqstoreDbConnect(java.lang.String value)
Set the attribute for MQSTORE_DB_CONNECT 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 |
|---|
java.lang.String getDatabaseStoreType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDatabaseStoreTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getMqstoreDbConnect()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMqstoreDbConnectMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setDatabaseStoreType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMqstoreDbConnect(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 | |||||||