org.ag.sheriffbot
Class SheriffBot.UserListDownloadThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.ag.sheriffbot.SheriffBot.UserListDownloadThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SheriffBot

private class SheriffBot.UserListDownloadThread
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  boolean halt
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SheriffBot.UserListDownloadThread()
           
 
Method Summary
 void process()
           
 void run()
           
 void stopIt()
           
private  void updateIndivisualUserList(java.lang.String user)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

halt

private volatile boolean halt
Constructor Detail

SheriffBot.UserListDownloadThread

public SheriffBot.UserListDownloadThread()
Method Detail

run

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

updateIndivisualUserList

private void updateIndivisualUserList(java.lang.String user)

stopIt

public void stopIt()

process

public void process()