faa.tg.prep.tmf.ufp
Class AcidListFilter

java.lang.Object
  extended by faa.tg.filters.AbstractFilter
      extended by faa.tg.prep.tmf.ufp.AcidListFilter
All Implemented Interfaces:
Filter, FilterableListener, java.io.Serializable, java.util.EventListener

public class AcidListFilter
extends AbstractFilter

 AcidListFilter is a AbstractFilter; it listens for Filterables, checks to
 see if the events are for the requested Acid, and
 if so sends those events to listeners registered for that Filterable.
 
See the source: AcidListFilter.java

Version:
$Id: AcidListFilter.java,v 3.1 2006/03/14 15:57:38 samf Exp $
Author:
Michael E. Ross
See Also:
Serialized Form

Field Summary
private  java.util.Hashtable AcidHt
           
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Fields inherited from class faa.tg.filters.AbstractFilter
DEFAULT_PASS_THROUGH, listeners, passThrough
 
Constructor Summary
AcidListFilter()
          Constructs a class that filters objects by acid;
 
Method Summary
 void handleObject(Filterable evt)
          Receives Filterables and sends the ones with the correct date to the listeners.
 void initilize(TzMessageImporter tzImporter)
           
static void main(java.lang.String[] argv)
          Main method for testing
 
Methods inherited from class faa.tg.filters.AbstractFilter
addFilterableListener, fire, getPassThrough, removeFilterableListener, setPassThrough, substituteFileVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

AcidHt

private java.util.Hashtable AcidHt
Constructor Detail

AcidListFilter

public AcidListFilter()
Constructs a class that filters objects by acid;

Method Detail

initilize

public void initilize(TzMessageImporter tzImporter)

handleObject

public void handleObject(Filterable evt)
Receives Filterables and sends the ones with the correct date to the listeners.

Specified by:
handleObject in interface FilterableListener
Specified by:
handleObject in class AbstractFilter
Parameters:
evt - The Filterable object.

main

public static void main(java.lang.String[] argv)
Main method for testing