Uses of Class
org.openoss.opennms.spring.qosd.Setting

Packages that use Setting
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. 
 

Uses of Setting in org.openoss.opennms.spring.qosd
 

Methods in org.openoss.opennms.spring.qosd that return Setting
 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(java.io.Reader reader)
          Method unmarshal.
 

Methods in org.openoss.opennms.spring.qosd that return types with arguments of type Setting
 java.util.Enumeration<Setting> QoSDConfiguration.enumerateSetting()
          Method enumerateSetting.
 java.util.List<Setting> QoSDConfiguration.getSettingCollection()
          Method getSettingCollection.Returns a reference to '_settingList'.
 java.util.Iterator<Setting> QoSDConfiguration.iterateSetting()
          Method iterateSetting.
 

Methods in org.openoss.opennms.spring.qosd with parameters of type Setting
 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)
           
 

Method parameters in org.openoss.opennms.spring.qosd with type arguments of type Setting
 void QoSDConfiguration.setSetting(java.util.List<Setting> vSettingList)
          Sets the value of '_settingList' by copying the given Vector.
 void QoSDConfiguration.setSettingCollection(java.util.List<Setting> settingList)
          Deprecated.  
 



Copyright ? 2006-2008. All Rights Reserved.