webmngr.correlators
Class EventsCorrelator

java.lang.Object
  |
  +--webmngr.correlators.AbstractCorrelator
        |
        +--webmngr.correlators.EventsCorrelator
All Implemented Interfaces:
Correlator, DatabusMember, DataConsumer, DataProducer, EventProducer, java.io.Serializable, SmartDataConsumer

public class EventsCorrelator
extends AbstractCorrelator

Classe que escuta os eventos que passam pelo barramento de eventos e os transmite para o barramento de alarmes. Copyright: Copyright (c) 2002 Company:

Author:
Fabio Gomes de Andrade(fabio.andrade@lcc.ufpb.br)
See Also:
Serialized Form

Fields inherited from class webmngr.correlators.AbstractCorrelator
buffer, inputDatabus, inputDatabusName, name, obs, outputDatabus, outputDatabusName
 
Constructor Summary
EventsCorrelator()
          Construtor padrão
 
Method Summary
 void produce()
          Recebe o evento do barramento de eventos e o transmite para o barramento de alarmes
 
Methods inherited from class webmngr.correlators.AbstractCorrelator
addInterestingDevice, addInterestingInformation, consume, getInputDatabus, getInterests, getName, getObs, getOutputDatabus, joinBus, leaveBus, setInputDatabus, setName, setObs, setOutputDatabus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventsCorrelator

public EventsCorrelator()
Construtor padrão
Method Detail

produce

public void produce()
Recebe o evento do barramento de eventos e o transmite para o barramento de alarmes
Overrides:
produce in class AbstractCorrelator