edu.uci.isr.yancees.server.filter.generic
Class GenericFilter

java.lang.Object
  extended byedu.uci.isr.yancees.server.filter.AbstractFilter
      extended byedu.uci.isr.yancees.server.filter.generic.GenericFilter
All Implemented Interfaces:
FilterInterface

public class GenericFilter
extends AbstractFilter

Implements a generic filter that only forwards the message without changing it


Constructor Summary
GenericFilter()
           
 
Method Summary
protected  void doFilterEvent(EventInterface msg)
          This method should be implemented by the superclass of the AbstractFilter in order to process the messages being passed through this filter
protected  void doFilterEventList(EventInterface[] evtList)
          This method should be implemented by the superclass of the AbstractFilter in order to process the messages being passed through this filter
 
Methods inherited from class edu.uci.isr.yancees.server.filter.AbstractFilter
addSuccessor, getName, getSuccessor, handleMessage, handleMessage, removeSuccessor, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericFilter

public GenericFilter()
Method Detail

doFilterEvent

protected void doFilterEvent(EventInterface msg)
Description copied from class: AbstractFilter
This method should be implemented by the superclass of the AbstractFilter in order to process the messages being passed through this filter

Specified by:
doFilterEvent in class AbstractFilter

doFilterEventList

protected void doFilterEventList(EventInterface[] evtList)
Description copied from class: AbstractFilter
This method should be implemented by the superclass of the AbstractFilter in order to process the messages being passed through this filter

Specified by:
doFilterEventList in class AbstractFilter
Parameters:
evtList - is a list of events to be filtered as a "burst"