edu.berkeley.cs.db.yfilter.filterinstance
Class SimpleApp

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--edu.berkeley.cs.db.yfilter.filterinstance.SimpleApp
All Implemented Interfaces:
java.lang.Runnable

public class SimpleApp
extends java.lang.Thread

A driver class demonstrating the YFilter API


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SimpleApp()
           
 
Method Summary
protected  void finalize()
          Close the error file, if open.
static void main(java.lang.String[] args)
           
 void run(java.lang.String[] args)
          Run the application using different aspects of the API
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleApp

public SimpleApp()
Method Detail

finalize

protected void finalize()
Close the error file, if open.

Overrides:
finalize in class java.lang.Object

run

public void run(java.lang.String[] args)
Run the application using different aspects of the API

Parameters:
args -

main

public static void main(java.lang.String[] args)