|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.isr.yancees.filter.AbstractFilter
edu.uci.isr.yancees.filter.generic.GenericFilter
Implements a generic filter that only forwards the message without changing it
| Constructor Summary | |
GenericFilter()
|
|
| Method Summary | |
protected EventInterface[] |
doFilterEvent(EventInterface msg)
This method should be implemented by the subclasses of the AbstractFilter in order to process the messages being passed through this filter. |
protected EventInterface[] |
doFilterEventList(EventInterface[] evtList)
This method should be implemented by the subclasses of the AbstractFilter in order to process the messages being passed through this filter. |
| Methods inherited from class edu.uci.isr.yancees.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 |
public GenericFilter()
| Method Detail |
protected EventInterface[] doFilterEvent(EventInterface msg)
AbstractFilter
doFilterEvent in class AbstractFiltermsg - is the event to be filtered
protected EventInterface[] doFilterEventList(EventInterface[] evtList)
AbstractFilter
doFilterEventList in class AbstractFilterevtList - is a list of events to be filtered as a "burst"
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||