|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.filters.AbstractFilter
faa.tg.prep.tmf.ufp.UfpFactory
public class UfpFactory
See the source: UfpFactoryReceiver.java
| 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 |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private static UfpFactory instance
private ThreadSafeQueue tsq
private ThreadSafeQueue tsq1
private static java.util.Hashtable ufpHt
private UfpDefault def
| Constructor Detail |
|---|
private UfpFactory()
| Method Detail |
|---|
public static UfpFactory getInstance()
public void put(HasAcid key,
TmfMessage avalue)
public boolean ufpComplete(Ufp ufp)
public void handleObject(Filterable event)
AbstractFilter
handleObject in interface FilterableListenerhandleObject in class AbstractFilterevent - The event containing the Filterable object.public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||