net.i2p.util
Class I2PAppThread
java.lang.Object
java.lang.Thread
net.i2p.util.I2PThread
net.i2p.util.I2PAppThread
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- I2Ping.PingHandler, I2PTunnelRunner, SnarkManager.SnarkManagerShutdown, SnarkShutdown, TrackerClient
public class I2PAppThread
- extends I2PThread
Like I2PThread but with per-thread OOM listeners,
rather than a static router-wide listener list,
so that an OOM in an app won't call the router listener
to shutdown the whole router.
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 |
I2PAppThread
public I2PAppThread()
I2PAppThread
public I2PAppThread(String name)
I2PAppThread
public I2PAppThread(Runnable r)
I2PAppThread
public I2PAppThread(Runnable r,
String name)
I2PAppThread
public I2PAppThread(Runnable r,
String name,
boolean isDaemon)
fireOOM
protected void fireOOM(OutOfMemoryError oom)
- Overrides:
fireOOM
in class I2PThread
addOOMEventThreadListener
public void addOOMEventThreadListener(I2PThread.OOMEventListener lsnr)
- register a new component that wants notification of OOM events
removeOOMEventThreadListener
public void removeOOMEventThreadListener(I2PThread.OOMEventListener lsnr)
- unregister a component that wants notification of OOM events