Uses of Class
org.ow2.clif.storage.api.AlarmEvent
-
-
Uses of AlarmEvent in org.ow2.clif.datacollector.api
Methods in org.ow2.clif.datacollector.api with parameters of type AlarmEvent Modifier and Type Method Description booleanDataCollectorFilter. accept(AlarmEvent alarm)voidDataCollectorWrite. add(AlarmEvent alarm)Add a new alarm -
Uses of AlarmEvent in org.ow2.clif.datacollector.lib
Methods in org.ow2.clif.datacollector.lib with parameters of type AlarmEvent Modifier and Type Method Description booleanGenericFilter. accept(AlarmEvent alarm)voidAbstractDataCollector. add(AlarmEvent alarm)Add a new alarm - simply transmit it to the Storage Proxy component unless it is rejected by current DataCollectorFilter. -
Uses of AlarmEvent in org.ow2.clif.scenario.isac.engine
Methods in org.ow2.clif.scenario.isac.engine with parameters of type AlarmEvent Modifier and Type Method Description voidAsyncAlarmForwarder. alarm(AlarmEvent alarm)Put the provided alarm in a queue for asynchronous forwarding to the target. -
Uses of AlarmEvent in org.ow2.clif.server.api
Methods in org.ow2.clif.server.api with parameters of type AlarmEvent Modifier and Type Method Description voidBladeInsertResponse. alarm(AlarmEvent alarm)Triggers an alarm event -
Uses of AlarmEvent in org.ow2.clif.server.lib
Methods in org.ow2.clif.server.lib with parameters of type AlarmEvent Modifier and Type Method Description voidBladeInsertAdapterImpl. alarm(AlarmEvent alarm) -
Uses of AlarmEvent in org.ow2.clif.supervisor.api
Methods in org.ow2.clif.supervisor.api with parameters of type AlarmEvent Modifier and Type Method Description voidSupervisorInfo. alarm(java.lang.String id, AlarmEvent alarm)Informs that an alarm occurred -
Uses of AlarmEvent in org.ow2.clif.supervisor.lib
Methods in org.ow2.clif.supervisor.lib that return AlarmEvent Modifier and Type Method Description AlarmEventAlarmObservation. getAlarm()Methods in org.ow2.clif.supervisor.lib with parameters of type AlarmEvent Modifier and Type Method Description voidSupervisorImpl. alarm(java.lang.String bladeId, AlarmEvent alarm)Forwards the alarm event to observersConstructors in org.ow2.clif.supervisor.lib with parameters of type AlarmEvent Constructor Description AlarmObservation(java.lang.String bladeId, AlarmEvent alarm)
-