twitter4j
Class Dispatcher
java.lang.Object
   twitter4j.Dispatcher
twitter4j.Dispatcher
-  class Dispatcher 
- extends java.lang.Object
- Author:
- Yusuke Yamamoto - yusuke at mac.com
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
threads
private ExecuteThread[] threads
q
private java.util.List<java.lang.Runnable> q
ticket
java.lang.Object ticket
active
private boolean active
Dispatcher
public Dispatcher(Configuration conf,
                  java.lang.String name)
Dispatcher
public Dispatcher(Configuration conf,
                  java.lang.String name,
                  int threadCount)
invokeLater
public void invokeLater(java.lang.Runnable task)
- 
 
poll
public java.lang.Runnable poll()
- 
 
shutdown
public void shutdown()
-