Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractFaultToleranceType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.IFaultToleranceType
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractFaultToleranceType
extends IMgmtSubBeanBase

Inner class representing FaultToleranceType This class extends IMgmtListBase


Method Summary
 int getFaultDetectionInterval()
          Get the attribute for FAULT_DETECTION_INTERVAL as a int value.
 IMgmtAttributeMetaData getFaultDetectionIntervalMetaData()
          Get the attribute metadata for FAULT_DETECTION_INTERVAL.
 int getFaultDetectionTimeout()
          Get the attribute for FAULT_DETECTION_TIMEOUT as a int value.
 IMgmtAttributeMetaData getFaultDetectionTimeoutMetaData()
          Get the attribute metadata for FAULT_DETECTION_TIMEOUT.
 IMgmtBeanBase getFaultTolerancePeerRef()
          Get the attribute for FAULT_TOLERANCE_PEER_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getFaultTolerancePeerRef(IMgmtBeanBase defValue)
          Get the attribute for FAULT_TOLERANCE_PEER_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getFaultTolerancePeerRefMetaData()
          Get the attribute metadata for FAULT_TOLERANCE_PEER_REF.
 java.lang.String getFaultToleranceRole()
          Get the attribute for FAULT_TOLERANCE_ROLE as a String value.
 IMgmtAttributeMetaData getFaultToleranceRoleMetaData()
          Get the attribute metadata for FAULT_TOLERANCE_ROLE.
 boolean getStartActive()
          Get the attribute for START_ACTIVE as a boolean value.
 IMgmtAttributeMetaData getStartActiveMetaData()
          Get the attribute metadata for START_ACTIVE.
 void setFaultDetectionInterval(int value)
          Set the attribute for FAULT_DETECTION_INTERVAL to the specified int value.
 void setFaultDetectionTimeout(int value)
          Set the attribute for FAULT_DETECTION_TIMEOUT to the specified int value.
 void setFaultTolerancePeerRef(IMgmtBeanBase value)
          Set the attribute for FAULT_TOLERANCE_PEER_REF to the specified IMgmtBeanBase value.
 void setFaultToleranceRole(java.lang.String value)
          Set the attribute for FAULT_TOLERANCE_ROLE to the specified String value.
 void setStartActive(boolean value)
          Set the attribute for START_ACTIVE 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

getFaultDetectionInterval

int getFaultDetectionInterval()
                              throws MgmtException
Get the attribute for FAULT_DETECTION_INTERVAL 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

getFaultDetectionIntervalMetaData

IMgmtAttributeMetaData getFaultDetectionIntervalMetaData()
                                                         throws MgmtException
Get the attribute metadata for FAULT_DETECTION_INTERVAL.

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

getFaultDetectionTimeout

int getFaultDetectionTimeout()
                             throws MgmtException
Get the attribute for FAULT_DETECTION_TIMEOUT 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

getFaultDetectionTimeoutMetaData

IMgmtAttributeMetaData getFaultDetectionTimeoutMetaData()
                                                        throws MgmtException
Get the attribute metadata for FAULT_DETECTION_TIMEOUT.

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

getFaultTolerancePeerRef

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

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

getFaultTolerancePeerRef

IMgmtBeanBase getFaultTolerancePeerRef(IMgmtBeanBase defValue)
                                       throws MgmtException
Get the attribute for FAULT_TOLERANCE_PEER_REF as a IMgmtBeanBase 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 IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getFaultTolerancePeerRefMetaData

IMgmtAttributeMetaData getFaultTolerancePeerRefMetaData()
                                                        throws MgmtException
Get the attribute metadata for FAULT_TOLERANCE_PEER_REF.

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

getFaultToleranceRole

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

getFaultToleranceRoleMetaData

IMgmtAttributeMetaData getFaultToleranceRoleMetaData()
                                                     throws MgmtException
Get the attribute metadata for FAULT_TOLERANCE_ROLE.

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

getStartActive

boolean getStartActive()
                       throws MgmtException
Get the attribute for START_ACTIVE as a boolean value.

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

getStartActiveMetaData

IMgmtAttributeMetaData getStartActiveMetaData()
                                              throws MgmtException
Get the attribute metadata for START_ACTIVE.

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

setFaultDetectionInterval

void setFaultDetectionInterval(int value)
                               throws MgmtException
Set the attribute for FAULT_DETECTION_INTERVAL to the specified int value.

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

setFaultDetectionTimeout

void setFaultDetectionTimeout(int value)
                              throws MgmtException
Set the attribute for FAULT_DETECTION_TIMEOUT to the specified int value.

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

setFaultTolerancePeerRef

void setFaultTolerancePeerRef(IMgmtBeanBase value)
                              throws MgmtException
Set the attribute for FAULT_TOLERANCE_PEER_REF to the specified IMgmtBeanBase value.

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

setFaultToleranceRole

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

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

setStartActive

void setStartActive(boolean value)
                    throws MgmtException
Set the attribute for START_ACTIVE 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.