Package org.apache.felix.scr.impl
Class ComponentActorThread
- java.lang.Object
-
- org.apache.felix.scr.impl.ComponentActorThread
-
- All Implemented Interfaces:
java.lang.Runnable
class ComponentActorThread extends java.lang.Object implements java.lang.Runnable
TheComponentActorThread
is the thread used to act upon registered components of the service component runtime.
-
-
Field Summary
Fields Modifier and Type Field Description private ScrLogger
logger
private java.util.LinkedList<java.lang.Runnable>
tasks
private static java.lang.Runnable
TERMINATION_TASK
-
Constructor Summary
Constructors Constructor Description ComponentActorThread(ScrLogger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
(package private) void
schedule(java.lang.Runnable task)
(package private) void
terminate()
-