|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractMetricsCollectionType
Inner class representing MetricsCollectionType This class extends IMgmtListBase
| Method Summary | |
|---|---|
int |
getCollectionInterval()
Get the attribute for COLLECTION_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getCollectionIntervalMetaData()
Get the attribute metadata for COLLECTION_INTERVAL. |
int |
getRefreshInterval()
Get the attribute for REFRESH_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getRefreshIntervalMetaData()
Get the attribute metadata for REFRESH_INTERVAL. |
boolean |
getRepeatAlertNotifications()
Get the attribute for REPEAT_ALERT_NOTIFICATIONS as a boolean value. |
IMgmtAttributeMetaData |
getRepeatAlertNotificationsMetaData()
Get the attribute metadata for REPEAT_ALERT_NOTIFICATIONS. |
void |
setCollectionInterval(int value)
Set the attribute for COLLECTION_INTERVAL to the specified int value. |
void |
setRefreshInterval(int value)
Set the attribute for REFRESH_INTERVAL to the specified int value. |
void |
setRepeatAlertNotifications(boolean value)
Set the attribute for REPEAT_ALERT_NOTIFICATIONS 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 getCollectionInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getCollectionIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getRefreshInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRefreshIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getRepeatAlertNotifications()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRepeatAlertNotificationsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setCollectionInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRefreshInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRepeatAlertNotifications(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 | |||||||