abstract class ThreadDump extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean | dump(I2PAppContext context,
int secondsToWait)Signal the wrapper to asynchronously dump threads to wrapper.log. |
public static boolean dump(I2PAppContext context, int secondsToWait)
context - the I2P application context for accessing directoriessecondsToWait - maximum seconds to wait for the signal to complete;
if <= 0, don't wait for completion