Stop the Task Server Thread. Wait for the thread to die. Then flush the Task FIFO, canceling any remaining task. During this time, the object will reject any call to {@link #submitTask(com.sun.jdmk.tasks.Task) submitTask()}. When terminated, the object can not be started again, unless {@link com.sun.jdmk.tasks.DaemonTaskServer#reset()} is called.
@exception InterruptedException if cancel is interrupted.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.