twcore.core
Class SQLWorker

java.lang.Object
  |
  +--twcore.core.SQLWorker
All Implemented Interfaces:
java.lang.Runnable

public class SQLWorker
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
SQLWorker(twcore.core.SQLConnectionPool pool, twcore.core.SQLResultEvent event, twcore.core.SQLManager manager)
          Creates a new instance of SQLWorker
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLWorker

public SQLWorker(twcore.core.SQLConnectionPool pool,
                 twcore.core.SQLResultEvent event,
                 twcore.core.SQLManager manager)
Creates a new instance of SQLWorker

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable