class ComponentActorThread
extends java.lang.Object
implements java.lang.Runnable
ComponentActorThread
is the thread used to act upon registered
components of the service component runtime.Modifier and Type | Field and Description |
---|---|
private SimpleLogger |
logger |
private java.util.LinkedList<java.lang.Runnable> |
tasks |
private static java.lang.Runnable |
TERMINATION_TASK |
Constructor and Description |
---|
ComponentActorThread(SimpleLogger log) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
(package private) void |
schedule(java.lang.Runnable task) |
(package private) void |
terminate() |
private static final java.lang.Runnable TERMINATION_TASK
private java.util.LinkedList<java.lang.Runnable> tasks
private SimpleLogger logger
ComponentActorThread(SimpleLogger log)