faa.tg.prep.tmf.ufp
Class UfpFactory2

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

Deprecated.

public class UfpFactory2
extends AbstractFilter


 
See the source: UfpFactory2Receiver.java

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

Field Summary
static java.lang.String CVS_VERSION_ID
          Deprecated. The CVS Version ID
private  UfpDefault def
          Deprecated.  
private static UfpFactory2 instance
          Deprecated.  
(package private) static long serialVersionUID
          Deprecated.  
private  ThreadSafeQueue tsq
          Deprecated.  
private  ThreadSafeQueue tsq1
          Deprecated.  
 
Fields inherited from class faa.tg.filters.AbstractFilter
DEFAULT_PASS_THROUGH, listeners, passThrough
 
Constructor Summary
private UfpFactory2()
          Deprecated. private constructor method for ufp, the arguments describe
 
Method Summary
static UfpFactory2 getInstance()
          Deprecated. Returns an instance of a ufp
 void handleObject(Filterable event)
          Deprecated. Called to have filter receive events that the Filter is registered for.
static void main(java.lang.String[] args)
          Deprecated. main method for testing
 void put(HasAcid key, TmfMessage avalue)
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

CVS_VERSION_ID

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

See Also:
Constant Field Values

instance

private static UfpFactory2 instance
Deprecated. 

tsq

private ThreadSafeQueue tsq
Deprecated. 

tsq1

private ThreadSafeQueue tsq1
Deprecated. 

def

private UfpDefault def
Deprecated. 
Constructor Detail

UfpFactory2

private UfpFactory2()
Deprecated. 
private constructor method for ufp, the arguments describe

Method Detail

getInstance

public static UfpFactory2 getInstance()
Deprecated. 
Returns an instance of a ufp

Returns:
A singelton instance of ufp

put

public void put(HasAcid key,
                TmfMessage avalue)
Deprecated. 

handleObject

public void handleObject(Filterable event)
Deprecated. 
Description copied from class: AbstractFilter
Called to have filter receive events that the Filter is registered for. This is where most of the work of the filter is done. To pass the evt on to the next Filter(s) call fire()

Specified by:
handleObject in interface FilterableListener
Specified by:
handleObject in class AbstractFilter
Parameters:
event - The event containing the Filterable object.

main

public static void main(java.lang.String[] args)
Deprecated. 
main method for testing