faa.tg.prep.tmf.ufp
Class UfpFactory

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

Deprecated.

public class UfpFactory
extends AbstractFilter


 
See the source: UfpFactoryReceiver.java

Version:
$Id: UfpFactory.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 UfpFactory instance
          Deprecated.  
(package private) static long serialVersionUID
          Deprecated.  
private  ThreadSafeQueue tsq
          Deprecated.  
private  ThreadSafeQueue tsq1
          Deprecated.  
private static java.util.Hashtable ufpHt
          Deprecated.  
 
Fields inherited from class faa.tg.filters.AbstractFilter
DEFAULT_PASS_THROUGH, listeners, passThrough
 
Constructor Summary
private UfpFactory()
          Deprecated. private constructor method for ufp, the arguments describe
 
Method Summary
static UfpFactory 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.  
 boolean ufpComplete(Ufp ufp)
          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 UfpFactory instance
Deprecated. 

tsq

private ThreadSafeQueue tsq
Deprecated. 

tsq1

private ThreadSafeQueue tsq1
Deprecated. 

ufpHt

private static java.util.Hashtable ufpHt
Deprecated. 

def

private UfpDefault def
Deprecated. 
Constructor Detail

UfpFactory

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

Method Detail

getInstance

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

Returns:
A singelton instance of ufp

put

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

ufpComplete

public boolean ufpComplete(Ufp ufp)
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