wt.fc
Class PagingQueueDriver
java.lang.Object
wt.fc.PagingQueueDriver
- All Implemented Interfaces:
- Serializable
- public class PagingQueueDriver
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagingQueueDriver
public PagingQueueDriver()
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