ClosableResource
, AsynchronousRunner
, Queuable
, RunnableQueue
public class SimpleRunnableQueue extends java.lang.Object implements RunnableQueue, Queuable
Constructor | Description |
---|---|
SimpleRunnableQueue() |
Deprecated.
|
SimpleRunnableQueue(boolean daemon) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
RunnableQueue |
asRunnableQueue() |
Deprecated.
|
void |
close() |
Deprecated.
Clean-up resources held by this asynchronous runner
as soon as possible.
|
void |
close(boolean skip_remaining_tasks) |
Deprecated.
Finish with this AsynchronousRunner, and clean-up
any Threads or resources it may hold.
|
void |
postRunnable(java.lang.Runnable r) |
Deprecated.
|
public SimpleRunnableQueue(boolean daemon)
public SimpleRunnableQueue()
public RunnableQueue asRunnableQueue()
asRunnableQueue
in interface Queuable
public void postRunnable(java.lang.Runnable r)
postRunnable
in interface AsynchronousRunner
public void close(boolean skip_remaining_tasks)
AsynchronousRunner
close
in interface AsynchronousRunner
skip_remaining_tasks
- Should be regarded as
a hint, not a guarantee. If true, pending,
not-yet-performed tasks will be skipped,
if possible.
Currently executing tasks may or
may not be interrupted. If false, all
previously scheduled tasks will be
completed prior to clean-up. The method
returns immediately regardless.public void close()
AsynchronousRunner
close
in interface AsynchronousRunner
close
in interface ClosableResource