|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAbstractComponentCollectionBean
Configuration Bean representing a 'ComponentCollection'
Nested Class Summary | |
---|---|
static interface |
IAbstractComponentCollectionBean.IAbstractComponent
Inner class representing Component This class extends IMgmtListBase |
static interface |
IAbstractComponentCollectionBean.IAbstractComponentsSet
Inner class representing ComponentsSet This inner class contains inner data items that are keyed off a name. |
static interface |
IAbstractComponentCollectionBean.IAbstractMetricListType
Inner class representing MetricListType This inner class contains inner data items that have a zero based index. |
static interface |
IAbstractComponentCollectionBean.IAbstractMonitorsSet
Inner class representing MonitorsSet This inner class contains inner data items that are keyed off a name. |
static interface |
IAbstractComponentCollectionBean.IAbstractMonitorType
Inner class representing MonitorType This class extends IMgmtListBase |
static interface |
IAbstractComponentCollectionBean.IAbstractNotifList
Inner class representing NotifList This inner class contains inner data items that have a zero based index. |
static interface |
IAbstractComponentCollectionBean.IAbstractNotifListType
Inner class representing NotifListType This inner class contains inner data items that have a zero based index. |
Field Summary |
---|
Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
---|
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY |
Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
---|
END_CDATA, START_CDATA, TOOL_ANNOTATION |
Method Summary | |
---|---|
IComponentCollectionBean.INotifListType |
createForwardNotifications()
Create an instance of an INotifListType attribute. |
IComponentCollectionBean.IMetricListType |
createMonitorMetrics()
Create an instance of an IMetricListType attribute. |
IComponentCollectionBean.IMonitorsSet |
createNotificationMonitors()
Create an instance of an IMonitorsSet attribute. |
IComponentCollectionBean.IComponentsSet |
getComponents()
Get the attribute for COMPONENTS. |
IMgmtAttributeMetaData |
getComponentsMetaData()
Get the attribute metadata for COMPONENTS. |
IComponentCollectionBean.INotifListType |
getForwardNotifications()
Get the attribute for FORWARD_NOTIFICATIONS. |
IMgmtAttributeMetaData |
getForwardNotificationsMetaData()
Get the attribute metadata for FORWARD_NOTIFICATIONS. |
int |
getMetricsRefreshIntervalSeconds()
Get the attribute for METRICS_REFRESH_INTERVAL_SECONDS as a int value. |
IMgmtAttributeMetaData |
getMetricsRefreshIntervalSecondsMetaData()
Get the attribute metadata for METRICS_REFRESH_INTERVAL_SECONDS. |
IComponentCollectionBean.IMetricListType |
getMonitorMetrics()
Get the attribute for MONITOR_METRICS. |
IMgmtAttributeMetaData |
getMonitorMetricsMetaData()
Get the attribute metadata for MONITOR_METRICS. |
IComponentCollectionBean.IMonitorsSet |
getNotificationMonitors()
Get the attribute for NOTIFICATION_MONITORS. |
IMgmtAttributeMetaData |
getNotificationMonitorsMetaData()
Get the attribute metadata for NOTIFICATION_MONITORS. |
void |
setForwardNotifications(IComponentCollectionBean.INotifListType value)
Set the attribute for FORWARD_NOTIFICATIONS to the specified INotifListType value. |
void |
setMetricsRefreshIntervalSeconds(int value)
Set the attribute for METRICS_REFRESH_INTERVAL_SECONDS to the specified int value. |
void |
setMonitorMetrics(IComponentCollectionBean.IMetricListType value)
Set the attribute for MONITOR_METRICS to the specified IMetricListType value. |
void |
setNotificationMonitors(IComponentCollectionBean.IMonitorsSet value)
Set the attribute for NOTIFICATION_MONITORS to the specified IMonitorsSet value. |
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
---|
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, 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 |
Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
---|
getAnnotation, setAnnotation |
Method Detail |
---|
IComponentCollectionBean.INotifListType createForwardNotifications() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIComponentCollectionBean.IMetricListType createMonitorMetrics() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIComponentCollectionBean.IMonitorsSet createNotificationMonitors() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIComponentCollectionBean.IComponentsSet getComponents() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getComponentsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIComponentCollectionBean.INotifListType getForwardNotifications() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getForwardNotificationsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataint getMetricsRefreshIntervalSeconds() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getMetricsRefreshIntervalSecondsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIComponentCollectionBean.IMetricListType getMonitorMetrics() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getMonitorMetricsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIComponentCollectionBean.IMonitorsSet getNotificationMonitors() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getNotificationMonitorsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadatavoid setForwardNotifications(IComponentCollectionBean.INotifListType value) throws MgmtException
value
- The INotifListType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setMetricsRefreshIntervalSeconds(int value) throws MgmtException
value
- The int value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setMonitorMetrics(IComponentCollectionBean.IMetricListType value) throws MgmtException
value
- The IMetricListType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setNotificationMonitors(IComponentCollectionBean.IMonitorsSet value) throws MgmtException
value
- The IMonitorsSet value for this attribute
MgmtException
- Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |