public class MaximoThread
extends java.lang.Thread
Constructor and Description |
---|
MaximoThread(java.lang.String name)
All MAXIMO threads must have a name so that we can easily identify
the threads in the thread dumps.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMarkedForShutDown()
Returns whether this thread is marked for shutdown or not.
|
void |
markShutdown()
This method is called when MAXIMO application is undeployed or stopped
from the application server.
|
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public MaximoThread(java.lang.String name)
name
- a name used for identifying the thread.public void markShutdown()
public boolean isMarkedForShutDown()