public class VirtServerRegistrationThread extends Thread
| Modifier and Type | Class and Description |
|---|---|
protected class |
VirtServerRegistrationThread.JMXConnectorCloseThread
Allow the close operation on a thread to be async;
closing a connection is a potentially slow operation.
|
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
VirtServerRegistrationThread() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDone()
Called within this thread's run() method to
determine if it's time to end gracefully.
|
void |
run() |
void |
setDone()
Called by org.alfresco.catalina.host.AVMHost.stop()
so that the registration thread exists and the server
can shut down cleanly.
|
activeCount, checkAccess, clone, 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, yieldCopyright © 2005–2014 Alfresco Software. All rights reserved.