Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractDatabaseParametersType
extends IMgmtSubBeanBase

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

getDatabaseStoreType

java.lang.String getDatabaseStoreType()
                                      throws MgmtException
Get the attribute for DATABASE_STORE_TYPE as a String value.

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

getDatabaseStoreTypeMetaData

IMgmtAttributeMetaData getDatabaseStoreTypeMetaData()
                                                    throws MgmtException
Get the attribute metadata for DATABASE_STORE_TYPE.

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

getMqstoreDbConnect

java.lang.String getMqstoreDbConnect()
                                     throws MgmtException
Get the attribute for MQSTORE_DB_CONNECT as a String value.

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

getMqstoreDbConnectMetaData

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

setDatabaseStoreType

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

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

setMqstoreDbConnect

void setMqstoreDbConnect(java.lang.String value)
                         throws MgmtException
Set the attribute for MQSTORE_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

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.