|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractContainerBean.IAbstractCacheType
Inner class representing CacheType This class extends IMgmtListBase
| Method Summary | |
|---|---|
java.lang.String |
getCacheDirectory()
Get the attribute for CACHE_DIRECTORY as a String value. |
IMgmtAttributeMetaData |
getCacheDirectoryMetaData()
Get the attribute metadata for CACHE_DIRECTORY. |
int |
getMaximumDataMemory()
Get the attribute for MAXIMUM_DATA_MEMORY as a int value. |
IMgmtAttributeMetaData |
getMaximumDataMemoryMetaData()
Get the attribute metadata for MAXIMUM_DATA_MEMORY. |
java.lang.String |
getPassword()
Get the attribute for PASSWORD as a String value. |
java.lang.String |
getPassword(java.lang.String defValue)
Get the attribute for PASSWORD as a String value. |
IMgmtAttributeMetaData |
getPasswordMetaData()
Get the attribute metadata for PASSWORD. |
long |
getPersistentBlobCacheSize()
Get the attribute for PERSISTENT_BLOB_CACHE_SIZE as a long value. |
long |
getPersistentBlobCacheSize(long defValue)
Get the attribute for PERSISTENT_BLOB_CACHE_SIZE as a long value. |
IMgmtAttributeMetaData |
getPersistentBlobCacheSizeMetaData()
Get the attribute metadata for PERSISTENT_BLOB_CACHE_SIZE. |
void |
setCacheDirectory(java.lang.String value)
Set the attribute for CACHE_DIRECTORY to the specified String value. |
void |
setMaximumDataMemory(int value)
Set the attribute for MAXIMUM_DATA_MEMORY to the specified int value. |
void |
setPassword(java.lang.String value)
Set the attribute for PASSWORD to the specified String value. |
void |
setPersistentBlobCacheSize(long value)
Set the attribute for PERSISTENT_BLOB_CACHE_SIZE to the specified long 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 getCacheDirectory()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getCacheDirectoryMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getMaximumDataMemory()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaximumDataMemoryMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getPassword(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 getPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getPersistentBlobCacheSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
long getPersistentBlobCacheSize(long 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 getPersistentBlobCacheSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setCacheDirectory(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaximumDataMemory(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPersistentBlobCacheSize(long value)
throws MgmtException
value - The long 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 | |||||||