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.RunnableTheComponentActorThreadis the thread used to act upon registered components of the service component runtime.
-
-
Field Summary
Fields Modifier and Type Field Description private ScrLoggerloggerprivate java.util.LinkedList<java.lang.Runnable>tasksprivate static java.lang.RunnableTERMINATION_TASK
-
Constructor Summary
Constructors Constructor Description ComponentActorThread(ScrLogger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()(package private) voidschedule(java.lang.Runnable task)(package private) voidterminate()
-