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
 java.util.List<AlarmLog> LogInterfaceRemote.getAllLogs()
          Retrieves all the alarms contained in the DB.
 java.util.List<AlarmLog> LogInterfaceLocal.getLastLogs(int nb)
          Retrieves the last alarms.
 java.util.List<AlarmLog> LogInterfaceLocal.getLogRange(int lowid, int highid)
          Retrieves the alarms with an id contained in the specified range of id inclusive.
 java.util.List<AlarmLog> LogInterfaceRemote.getLogRange(java.lang.String[] levels, java.util.Date startDate, java.util.Date endDate)
          Retrieves the alarms matching the specified criteria.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.