|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractContainerBean.IAbstractFaultToleranceType
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 |
|---|
int getFaultDetectionInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getFaultDetectionIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getFaultDetectionTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getFaultDetectionTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IMgmtBeanBase getFaultTolerancePeerRef()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtBeanBase getFaultTolerancePeerRef(IMgmtBeanBase 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 getFaultTolerancePeerRefMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getFaultToleranceRole()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getFaultToleranceRoleMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getStartActive()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getStartActiveMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setFaultDetectionInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setFaultDetectionTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setFaultTolerancePeerRef(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setFaultToleranceRole(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setStartActive(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 | |||||||