ostore.dispatch
Class Test

java.lang.Object
  |
  +--ostore.dispatch.Test
All Implemented Interfaces:
Runnable

public class Test
extends Object
implements Runnable

A test program for the classifier. TODO: add a regression test to pond/regression

Version:
$Id: Test.java,v 1.20 2002/07/22 20:54:53 srhea Exp $
Author:
Dennis Geels

Nested Class Summary
static class Test.DeadSink
           
static class Test.NamedEvent
           
static class Test.NumberedEvent
           
static class Test.OtherEvent
           
static class Test.Sink
           
 
Constructor Summary
Test(int id, QueueElementIF event, Classifier c)
           
 
Method Summary
static void main(String[] args)
           
 void one_loop()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test(int id,
            QueueElementIF event,
            Classifier c)
Method Detail

main

public static void main(String[] args)
                 throws Exception
Exception

one_loop

public void one_loop()
              throws SinkFullException
SinkFullException

run

public void run()
Specified by:
run in interface Runnable