Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractCollectionsMonitorBean.IAbstractJdbcStorageType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
ICollectionsMonitorBean.IJdbcStorageType
Enclosing interface:
IAbstractCollectionsMonitorBean

public static interface IAbstractCollectionsMonitorBean.IAbstractJdbcStorageType
extends IMgmtSubBeanBase

Inner class representing JdbcStorageType This class extends IMgmtListBase


Method Summary
 java.lang.String getBlobSqlType()
          Get the attribute for BLOB_SQL_TYPE as a String value.
 IMgmtAttributeMetaData getBlobSqlTypeMetaData()
          Get the attribute metadata for BLOB_SQL_TYPE.
 java.lang.String getDriver()
          Get the attribute for DRIVER as a String value.
 IMgmtAttributeMetaData getDriverMetaData()
          Get the attribute metadata for DRIVER.
 java.lang.String getPassword()
          Get the attribute for PASSWORD as a String value.
 IMgmtAttributeMetaData getPasswordMetaData()
          Get the attribute metadata for PASSWORD.
 java.lang.String getTableNotFoundError()
          Get the attribute for TABLE_NOT_FOUND_ERROR as a String value.
 IMgmtAttributeMetaData getTableNotFoundErrorMetaData()
          Get the attribute metadata for TABLE_NOT_FOUND_ERROR.
 java.lang.String getUniqueConstraintError()
          Get the attribute for UNIQUE_CONSTRAINT_ERROR as a String value.
 IMgmtAttributeMetaData getUniqueConstraintErrorMetaData()
          Get the attribute metadata for UNIQUE_CONSTRAINT_ERROR.
 java.lang.String getUrl()
          Get the attribute for URL as a String value.
 IMgmtAttributeMetaData getUrlMetaData()
          Get the attribute metadata for URL.
 java.lang.String getUser()
          Get the attribute for USER as a String value.
 IMgmtAttributeMetaData getUserMetaData()
          Get the attribute metadata for USER.
 void setBlobSqlType(java.lang.String value)
          Set the attribute for BLOB_SQL_TYPE to the specified String value.
 void setDriver(java.lang.String value)
          Set the attribute for DRIVER to the specified String value.
 void setPassword(java.lang.String value)
          Set the attribute for PASSWORD to the specified String value.
 void setTableNotFoundError(java.lang.String value)
          Set the attribute for TABLE_NOT_FOUND_ERROR to the specified String value.
 void setUniqueConstraintError(java.lang.String value)
          Set the attribute for UNIQUE_CONSTRAINT_ERROR to the specified String value.
 void setUrl(java.lang.String value)
          Set the attribute for URL to the specified String value.
 void setUser(java.lang.String value)
          Set the attribute for USER 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

getBlobSqlType

java.lang.String getBlobSqlType()
                                throws MgmtException
Get the attribute for BLOB_SQL_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

getBlobSqlTypeMetaData

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

getDriver

java.lang.String getDriver()
                           throws MgmtException
Get the attribute for DRIVER 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

getDriverMetaData

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

getPassword

java.lang.String getPassword()
                             throws MgmtException
Get the attribute for PASSWORD 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

getPasswordMetaData

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

getTableNotFoundError

java.lang.String getTableNotFoundError()
                                       throws MgmtException
Get the attribute for TABLE_NOT_FOUND_ERROR 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

getTableNotFoundErrorMetaData

IMgmtAttributeMetaData getTableNotFoundErrorMetaData()
                                                     throws MgmtException
Get the attribute metadata for TABLE_NOT_FOUND_ERROR.

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

getUniqueConstraintError

java.lang.String getUniqueConstraintError()
                                          throws MgmtException
Get the attribute for UNIQUE_CONSTRAINT_ERROR 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

getUniqueConstraintErrorMetaData

IMgmtAttributeMetaData getUniqueConstraintErrorMetaData()
                                                        throws MgmtException
Get the attribute metadata for UNIQUE_CONSTRAINT_ERROR.

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

getUrl

java.lang.String getUrl()
                        throws MgmtException
Get the attribute for URL 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

getUrlMetaData

IMgmtAttributeMetaData getUrlMetaData()
                                      throws MgmtException
Get the attribute metadata for URL.

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

getUser

java.lang.String getUser()
                         throws MgmtException
Get the attribute for USER 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

getUserMetaData

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

setBlobSqlType

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

setDriver

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

setPassword

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

setTableNotFoundError

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

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

setUniqueConstraintError

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

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

setUrl

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

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

setUser

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

Sonic Management API

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