Uses of Class
org.objectweb.jasmine.rules.logs.util.AlarmLog

Packages that use AlarmLog
org.objectweb.jasmine.rules.logs.beans   
 

Uses of AlarmLog in org.objectweb.jasmine.rules.logs.beans
 

Methods in org.objectweb.jasmine.rules.logs.beans that return AlarmLog
 AlarmLog LogInterfaceRemote.getLog(int id)
          Retrieves the alarm with the specified id.
 AlarmLog LogInterfaceLocal.getLog(int id)
          Retrieves the alarm with the specified id.
 

Methods in org.objectweb.jasmine.rules.logs.beans that return types with arguments of type AlarmLog
 List<AlarmLog> LogInterfaceRemote.getAllLogs()
          Retrieves all the alarms contained in the DB.
 List<AlarmLog> LogInterfaceLocal.getLastLogs(int nb)
          Retrieves the last alarms.
The maximum number of alarms to retrieve must be specified.
 List<AlarmLog> LogInterfaceLocal.getLogRange(int lowid, int highid)
          Retrieves the alarms with an id contained in the specified range of id inclusive.
 List<AlarmLog> LogInterfaceRemote.getLogRange(String[] levels, Date startDate, Date endDate)
          Retrieves the alarms matching the specified criteria.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.