|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractRecoveryLogType
Inner class representing RecoveryLogType This class extends IMgmtListBase
| Method Summary | |
|---|---|
int |
getRecoveryLogBlockSize()
Get the attribute for RECOVERY_LOG_BLOCK_SIZE as a int value. |
IMgmtAttributeMetaData |
getRecoveryLogBlockSizeMetaData()
Get the attribute metadata for RECOVERY_LOG_BLOCK_SIZE. |
long |
getRecoveryLogMaxFileSize()
Get the attribute for RECOVERY_LOG_MAX_FILE_SIZE as a long value. |
IMgmtAttributeMetaData |
getRecoveryLogMaxFileSizeMetaData()
Get the attribute metadata for RECOVERY_LOG_MAX_FILE_SIZE. |
java.math.BigDecimal |
getRecoveryLogNotifyFactor()
Get the attribute for RECOVERY_LOG_NOTIFY_FACTOR as a java.math.BigDecimal value. |
IMgmtAttributeMetaData |
getRecoveryLogNotifyFactorMetaData()
Get the attribute metadata for RECOVERY_LOG_NOTIFY_FACTOR. |
java.lang.String |
getRecoveryLogPath()
Get the attribute for RECOVERY_LOG_PATH as a String value. |
IMgmtAttributeMetaData |
getRecoveryLogPathMetaData()
Get the attribute metadata for RECOVERY_LOG_PATH. |
int |
getRecoveryLogQueueSize()
Get the attribute for RECOVERY_LOG_QUEUE_SIZE as a int value. |
IMgmtAttributeMetaData |
getRecoveryLogQueueSizeMetaData()
Get the attribute metadata for RECOVERY_LOG_QUEUE_SIZE. |
boolean |
getXonceRecovery()
Get the attribute for XONCE_RECOVERY as a boolean value. |
boolean |
getXonceRecovery(boolean defValue)
Get the attribute for XONCE_RECOVERY as a boolean value. |
IMgmtAttributeMetaData |
getXonceRecoveryMetaData()
Get the attribute metadata for XONCE_RECOVERY. |
void |
setRecoveryLogBlockSize(int value)
Set the attribute for RECOVERY_LOG_BLOCK_SIZE to the specified int value. |
void |
setRecoveryLogMaxFileSize(long value)
Set the attribute for RECOVERY_LOG_MAX_FILE_SIZE to the specified long value. |
void |
setRecoveryLogNotifyFactor(java.math.BigDecimal value)
Set the attribute for RECOVERY_LOG_NOTIFY_FACTOR to the specified java.math.BigDecimal value. |
void |
setRecoveryLogPath(java.lang.String value)
Set the attribute for RECOVERY_LOG_PATH to the specified String value. |
void |
setRecoveryLogQueueSize(int value)
Set the attribute for RECOVERY_LOG_QUEUE_SIZE to the specified int value. |
void |
setXonceRecovery(boolean value)
Set the attribute for XONCE_RECOVERY to the specified boolean 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 |
|---|
int getRecoveryLogBlockSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRecoveryLogBlockSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getRecoveryLogMaxFileSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRecoveryLogMaxFileSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.math.BigDecimal getRecoveryLogNotifyFactor()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRecoveryLogNotifyFactorMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getRecoveryLogPath()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRecoveryLogPathMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getRecoveryLogQueueSize()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRecoveryLogQueueSizeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getXonceRecovery()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
boolean getXonceRecovery(boolean 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 getXonceRecoveryMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setRecoveryLogBlockSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRecoveryLogMaxFileSize(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRecoveryLogNotifyFactor(java.math.BigDecimal value)
throws MgmtException
value - The java.math.BigDecimal value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRecoveryLogPath(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRecoveryLogQueueSize(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setXonceRecovery(boolean value)
throws MgmtException
value - The boolean 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 | |||||||