com.seag.qm
Class SqlQueue

java.lang.Object
  |
  +--com.seag.qm.SqlQueue

public class SqlQueue
extends java.lang.Object


Constructor Summary
SqlQueue()
          Creates new SqlQueue
 
Method Summary
 SqlQuerySpec get()
          Gets the last Queryobject from the queue
 void set(SqlQuerySpec obj)
          Sets a new Queryobject at the end of the queue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlQueue

public SqlQueue()
Creates new SqlQueue
Method Detail

set

public void set(SqlQuerySpec obj)
Sets a new Queryobject at the end of the queue

get

public SqlQuerySpec get()
Gets the last Queryobject from the queue