twcore.core
Class SQLBackgroundQueue

java.lang.Object
  |
  +--twcore.core.SQLBackgroundQueue

public class SQLBackgroundQueue
extends java.lang.Object


Constructor Summary
SQLBackgroundQueue()
          Creates a new instance of SQLBackgroundQueue
 
Method Summary
 void addHighPriority(twcore.core.SQLResultEvent event)
           
 void addQuery(twcore.core.SQLResultEvent event)
           
 twcore.core.SQLResultEvent getNextInLine()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLBackgroundQueue

public SQLBackgroundQueue()
Creates a new instance of SQLBackgroundQueue

Method Detail

getNextInLine

public twcore.core.SQLResultEvent getNextInLine()

addHighPriority

public void addHighPriority(twcore.core.SQLResultEvent event)

isEmpty

public boolean isEmpty()

addQuery

public void addQuery(twcore.core.SQLResultEvent event)