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 ScrLogger |
logger |
private java.util.LinkedList<java.lang.Runnable> |
tasks |
private static java.lang.Runnable |
TERMINATION_TASK |
Constructor and Description |
---|
ComponentActorThread(ScrLogger log) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
(package private) void |
schedule(java.lang.Runnable task) |
(package private) void |
terminate() |