com.trackstudio.sman
Class QueryProcessor

java.lang.Object
  extended by com.trackstudio.sman.QueryProcessor
Direct Known Subclasses:
DBQueryProcessor, PrintStreamQueryProcessor

public abstract class QueryProcessor
extends java.lang.Object


Constructor Summary
QueryProcessor()
           
 
Method Summary
abstract  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

QueryProcessor

public QueryProcessor()
Method Detail

process

public void process(Query buf)
             throws QueryInterruptedException
Throws:
QueryInterruptedException

isStopped

public abstract boolean isStopped()


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