|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractComponentCollectionBean.IAbstractMonitorType
Inner class representing MonitorType This class extends IMgmtListBase
| Method Summary | |
|---|---|
int |
getHighThreshold()
Get the attribute for HIGH_THRESHOLD as a int value. |
int |
getHighThreshold(int defValue)
Get the attribute for HIGH_THRESHOLD as a int value. |
IMgmtAttributeMetaData |
getHighThresholdMetaData()
Get the attribute metadata for HIGH_THRESHOLD. |
int |
getIntervalSeconds()
Get the attribute for INTERVAL_SECONDS as a int value. |
IMgmtAttributeMetaData |
getIntervalSecondsMetaData()
Get the attribute metadata for INTERVAL_SECONDS. |
int |
getLowThreshold()
Get the attribute for LOW_THRESHOLD as a int value. |
int |
getLowThreshold(int defValue)
Get the attribute for LOW_THRESHOLD as a int value. |
IMgmtAttributeMetaData |
getLowThresholdMetaData()
Get the attribute metadata for LOW_THRESHOLD. |
IComponentCollectionBean.INotifList |
getMonitorNotifications()
Get the attribute for MONITOR_NOTIFICATIONS. |
IMgmtAttributeMetaData |
getMonitorNotificationsMetaData()
Get the attribute metadata for MONITOR_NOTIFICATIONS. |
void |
setHighThreshold(int value)
Set the attribute for HIGH_THRESHOLD to the specified int value. |
void |
setIntervalSeconds(int value)
Set the attribute for INTERVAL_SECONDS to the specified int value. |
void |
setLowThreshold(int value)
Set the attribute for LOW_THRESHOLD to the specified int 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 getHighThreshold()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
int getHighThreshold(int 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 getHighThresholdMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getIntervalSeconds()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIntervalSecondsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getLowThreshold()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
int getLowThreshold(int 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 getLowThresholdMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IComponentCollectionBean.INotifList getMonitorNotifications()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMonitorNotificationsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
void setHighThreshold(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIntervalSeconds(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLowThreshold(int value)
throws MgmtException
value - The int 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 | |||||||