com.trackstudio.sman
Class PrintStreamQueryProcessor

java.lang.Object
  extended by com.trackstudio.sman.QueryProcessor
      extended by com.trackstudio.sman.PrintStreamQueryProcessor

public class PrintStreamQueryProcessor
extends QueryProcessor


Constructor Summary
PrintStreamQueryProcessor(java.io.PrintStream prs, java.util.Collection definitions)
           
 
Method Summary
 void interruptQueriesExecution()
           
 boolean isStopped()
           
 void process(Query buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStreamQueryProcessor

public PrintStreamQueryProcessor(java.io.PrintStream prs,
                                 java.util.Collection definitions)
Method Detail

isStopped

public boolean isStopped()
Specified by:
isStopped in class QueryProcessor

interruptQueriesExecution

public void interruptQueriesExecution()

process

public void process(Query buf)
             throws QueryInterruptedException
Overrides:
process in class QueryProcessor
Throws:
QueryInterruptedException


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.