Package com.biglybt.core.util
Class AEThread
- java.lang.Object
-
- java.lang.Thread
-
- com.biglybt.core.util.AEThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
GlobalManagerImpl.Checker
,NatCheckerServer
,TorrentDownloaderImpl
public abstract class AEThread extends java.lang.Thread
Deprecated.- use AEThread2
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.WeakHashMap
our_thread_map
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isOurThread(java.lang.Thread thread)
Deprecated.void
run()
Deprecated.abstract void
runSupport()
Deprecated.static void
setOurThread()
Deprecated.static void
setOurThread(java.lang.Thread thread)
Deprecated.-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Method Detail
-
run
public void run()
Deprecated.- Specified by:
run
in interfacejava.lang.Runnable
- Overrides:
run
in classjava.lang.Thread
-
runSupport
public abstract void runSupport()
Deprecated.
-
isOurThread
public static boolean isOurThread(java.lang.Thread thread)
Deprecated.
-
setOurThread
public static void setOurThread()
Deprecated.
-
setOurThread
public static void setOurThread(java.lang.Thread thread)
Deprecated.
-
-