org.gudy.azureus2.ui.common
Class StartServer

java.lang.Object
  extended by java.lang.Thread
      extended by org.gudy.azureus2.ui.common.StartServer
All Implemented Interfaces:
Runnable

public class StartServer
extends Thread

Author:
Olivier

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
static int STATE_FAULTY
           
static int STATE_LISTENING
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
StartServer()
           
 
Method Summary
 int getServerState()
           
 void run()
           
 void stopIt()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATE_FAULTY

public static final int STATE_FAULTY
See Also:
Constant Field Values

STATE_LISTENING

public static final int STATE_LISTENING
See Also:
Constant Field Values
Constructor Detail

StartServer

public StartServer()
Method Detail

run

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

stopIt

public void stopIt()

getServerState

public int getServerState()
Returns: