wt.fc
Class PagingQueueDriver

java.lang.Object
  extended bywt.fc.PagingQueueDriver
All Implemented Interfaces:
Serializable

public class PagingQueueDriver
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PagingQueueDriver()
           
 
Method Summary
 void addEntry(String queue_name, String target_class, String target_method, Integer seconds_from_now)
           
 void createQueue(String queue_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingQueueDriver

public PagingQueueDriver()
Method Detail

createQueue

public void createQueue(String queue_name)
                 throws WTException
Throws:
WTException

addEntry

public void addEntry(String queue_name,
                     String target_class,
                     String target_method,
                     Integer seconds_from_now)
              throws WTException
Throws:
WTException