Package | Description |
---|---|
org.openoss.opennms.spring.qosd |
Qosd responds to an alarm changed event by causing the OssDao to
update it's cache of OnmsAlarm values with a new snapshot of the
alarm list in the database, translates the OnmsAlarm values to OSS/J
AlarmValues using the OnmsAlarmOssjMapper and then forwards this new
list of alarms to the OSSBeans AlarmMonitor bean.
|
Modifier and Type | Method and Description |
---|---|
Setting[] |
QoSDConfiguration.getSetting()
Method getSetting.Returns the contents of the collection in
an Array.
|
Setting |
QoSDConfiguration.getSetting(int index)
Method getSetting.
|
Setting |
QoSDConfiguration.removeSettingAt(int index)
Method removeSettingAt.
|
static Setting |
Setting.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Setting> |
QoSDConfiguration.enumerateSetting()
Method enumerateSetting.
|
List<Setting> |
QoSDConfiguration.getSettingCollection()
Method getSettingCollection.Returns a reference to
'_settingList'.
|
Iterator<Setting> |
QoSDConfiguration.iterateSetting()
Method iterateSetting.
|
Modifier and Type | Method and Description |
---|---|
void |
QoSDConfiguration.addSetting(int index,
Setting vSetting) |
void |
QoSDConfiguration.addSetting(Setting vSetting) |
boolean |
QoSDConfiguration.removeSetting(Setting vSetting)
Method removeSetting.
|
void |
QoSDConfiguration.setSetting(int index,
Setting vSetting) |
void |
QoSDConfiguration.setSetting(Setting[] vSettingArray) |
Modifier and Type | Method and Description |
---|---|
void |
QoSDConfiguration.setSetting(List<Setting> vSettingList)
Sets the value of '_settingList' by copying the given
Vector.
|
void |
QoSDConfiguration.setSettingCollection(List<Setting> settingList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.