Package org.klomp.snark
Class SnarkShutdown
- java.lang.Object
- 
- java.lang.Thread
- 
- net.i2p.util.I2PThread
- 
- net.i2p.util.I2PAppThread
- 
- org.klomp.snark.SnarkShutdown
 
 
 
 
- 
- All Implemented Interfaces:
- Runnable
 
 @Deprecated public class SnarkShutdown extends I2PAppThread Deprecated.unusedMakes sure everything ends correctly when shutting down.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class net.i2p.util.I2PThreadI2PThread.OOMEventListener
 - 
Nested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
 
- 
 - 
Field Summary- 
Fields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
- 
 - 
Constructor SummaryConstructors Constructor Description SnarkShutdown(Storage storage, PeerCoordinator coordinator, ConnectionAcceptor acceptor, TrackerClient trackerclient, ShutdownListener listener)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidrun()Deprecated.- 
Methods inherited from class net.i2p.util.I2PAppThreadaddOOMEventThreadListener, fireOOM, removeOOMEventThreadListener
 - 
Methods inherited from class net.i2p.util.I2PThreadaddOOMEventListener, removeOOMEventListener, start
 - 
Methods inherited from class java.lang.ThreadactiveCount, 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, stop, suspend, toString, yield
 
- 
 
- 
- 
- 
Constructor Detail- 
SnarkShutdownpublic SnarkShutdown(Storage storage, PeerCoordinator coordinator, ConnectionAcceptor acceptor, TrackerClient trackerclient, ShutdownListener listener) Deprecated.
 
- 
 
-