public class DeadlockDetector extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ| Constructor and Description |
|---|
DeadlockDetector(RouterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
detect(RouterContext ctx) |
static boolean |
isDeadlocked()
Return the results of the last test.
|
void |
timeReached()
Simple interface for events to be queued up and notified on expiration
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
|
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz, toStringpublic DeadlockDetector(RouterContext ctx)
public static boolean detect(RouterContext ctx)
public static boolean isDeadlocked()
public void timeReached()
SimpleTimer2.TimedEventtimeReached in class SimpleTimer2.TimedEvent