Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractRecoveryLogType
extends IMgmtSubBeanBase

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

getRecoveryLogBlockSize

int getRecoveryLogBlockSize()
                            throws MgmtException
Get the attribute for RECOVERY_LOG_BLOCK_SIZE as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getRecoveryLogBlockSizeMetaData

IMgmtAttributeMetaData getRecoveryLogBlockSizeMetaData()
                                                       throws MgmtException
Get the attribute metadata for RECOVERY_LOG_BLOCK_SIZE.

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

getRecoveryLogMaxFileSize

long getRecoveryLogMaxFileSize()
                               throws MgmtException
Get the attribute for RECOVERY_LOG_MAX_FILE_SIZE as a long value.

Returns:
The long value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getRecoveryLogMaxFileSizeMetaData

IMgmtAttributeMetaData getRecoveryLogMaxFileSizeMetaData()
                                                         throws MgmtException
Get the attribute metadata for RECOVERY_LOG_MAX_FILE_SIZE.

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

getRecoveryLogNotifyFactor

java.math.BigDecimal getRecoveryLogNotifyFactor()
                                                throws MgmtException
Get the attribute for RECOVERY_LOG_NOTIFY_FACTOR as a java.math.BigDecimal value.

Returns:
The java.math.BigDecimal value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getRecoveryLogNotifyFactorMetaData

IMgmtAttributeMetaData getRecoveryLogNotifyFactorMetaData()
                                                          throws MgmtException
Get the attribute metadata for RECOVERY_LOG_NOTIFY_FACTOR.

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

getRecoveryLogPath

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

getRecoveryLogPathMetaData

IMgmtAttributeMetaData getRecoveryLogPathMetaData()
                                                  throws MgmtException
Get the attribute metadata for RECOVERY_LOG_PATH.

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

getRecoveryLogQueueSize

int getRecoveryLogQueueSize()
                            throws MgmtException
Get the attribute for RECOVERY_LOG_QUEUE_SIZE as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getRecoveryLogQueueSizeMetaData

IMgmtAttributeMetaData getRecoveryLogQueueSizeMetaData()
                                                       throws MgmtException
Get the attribute metadata for RECOVERY_LOG_QUEUE_SIZE.

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

getXonceRecovery

boolean getXonceRecovery()
                         throws MgmtException
Get the attribute for XONCE_RECOVERY as a boolean value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getXonceRecovery

boolean getXonceRecovery(boolean defValue)
                         throws MgmtException
Get the attribute for XONCE_RECOVERY as a boolean value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getXonceRecoveryMetaData

IMgmtAttributeMetaData getXonceRecoveryMetaData()
                                                throws MgmtException
Get the attribute metadata for XONCE_RECOVERY.

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

setRecoveryLogBlockSize

void setRecoveryLogBlockSize(int value)
                             throws MgmtException
Set the attribute for RECOVERY_LOG_BLOCK_SIZE to the specified int value.

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

setRecoveryLogMaxFileSize

void setRecoveryLogMaxFileSize(long value)
                               throws MgmtException
Set the attribute for RECOVERY_LOG_MAX_FILE_SIZE to the specified long value.

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

setRecoveryLogNotifyFactor

void setRecoveryLogNotifyFactor(java.math.BigDecimal value)
                                throws MgmtException
Set the attribute for RECOVERY_LOG_NOTIFY_FACTOR to the specified java.math.BigDecimal value.

Parameters:
value - The java.math.BigDecimal value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setRecoveryLogPath

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

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

setRecoveryLogQueueSize

void setRecoveryLogQueueSize(int value)
                             throws MgmtException
Set the attribute for RECOVERY_LOG_QUEUE_SIZE to the specified int value.

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

setXonceRecovery

void setXonceRecovery(boolean value)
                      throws MgmtException
Set the attribute for XONCE_RECOVERY to the specified boolean value.

Parameters:
value - The boolean 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.