edu.uci.isr.yancees.filter
Class InputFilterManager

java.lang.Object
  extended by edu.uci.isr.yancees.filter.AbstractFilterManager
      extended by edu.uci.isr.yancees.filter.InputFilterManager
All Implemented Interfaces:
FilterManagerInterface

public class InputFilterManager
extends AbstractFilterManager


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uci.isr.yancees.filter.AbstractFilterManager
AbstractFilterManager.ResponseCollectorFilter
 
Field Summary
protected static InputFilterManager myInstance
           
 
Constructor Summary
protected InputFilterManager()
           
 
Method Summary
static InputFilterManager getInstance()
          The only way to access the unique instance of ProtocolManager is by using this access method
 
Methods inherited from class edu.uci.isr.yancees.filter.AbstractFilterManager
addFilter, filterEvent, filterEventList, getFilterAt, getFilterByName, getFilters, getNumberOfFilters, insertFilterAt, removeFilterAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myInstance

protected static InputFilterManager myInstance
Constructor Detail

InputFilterManager

protected InputFilterManager()
Method Detail

getInstance

public static InputFilterManager getInstance()
The only way to access the unique instance of ProtocolManager is by using this access method

Returns:
the unique instance of this class.