Sonic Management API

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

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBackupBrokerBean.IRecoveryLogType
Enclosing interface:
IAbstractBackupBrokerBean

public static interface IAbstractBackupBrokerBean.IAbstractRecoveryLogType
extends IMgmtSubBeanBase

Inner class representing RecoveryLogType This class extends IMgmtListBase


Method Summary
 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.
 void setRecoveryLogPath(java.lang.String value)
          Set the attribute for RECOVERY_LOG_PATH 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

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

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

Sonic Management API

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