Package net.timewalker.ffmq4.admin
Class RemoteAdministrationThread
- java.lang.Object
-
- java.lang.Thread
-
- net.timewalker.ffmq4.utils.concurrent.SynchronizableThread
-
- net.timewalker.ffmq4.admin.RemoteAdministrationThread
-
- All Implemented Interfaces:
Runnable
public final class RemoteAdministrationThread extends net.timewalker.ffmq4.utils.concurrent.SynchronizableThreadAdministrationThread
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected FFMQServerserver-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description RemoteAdministrationThread(FFMQServer server, net.timewalker.ffmq4.local.FFMQEngine engine)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpleaseStop()Ask the thread to stopvoidrun()-
Methods inherited from class net.timewalker.ffmq4.utils.concurrent.SynchronizableThread
notifyStartup, waitForStartup
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
server
protected FFMQServer server
-
-
Constructor Detail
-
RemoteAdministrationThread
public RemoteAdministrationThread(FFMQServer server, net.timewalker.ffmq4.local.FFMQEngine engine)
Constructor
-
-