public class TimeoutManager extends BeanThread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier and Type | Method and Description |
|---|---|
static boolean |
cancel(Object obj) |
static Object |
register(TimeoutListener timeoutlistener,
int i) |
static Object |
register(TimeoutListener timeoutlistener,
int i,
Object obj) |
static Object |
registerMS(TimeoutListener timeoutlistener,
long l) |
static Object |
registerMS(TimeoutListener timeoutlistener,
long l,
Object obj) |
void |
run() |
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, yieldpublic static Object register(TimeoutListener timeoutlistener, int i)
public static Object registerMS(TimeoutListener timeoutlistener, long l)
public static Object register(TimeoutListener timeoutlistener, int i, Object obj)
public static Object registerMS(TimeoutListener timeoutlistener, long l, Object obj)
public static boolean cancel(Object obj)
Copyright 2004-2019 Solace Corporation. All rights reserved.