Class ComponentActorThread

java.lang.Object
org.apache.felix.scr.impl.ComponentActorThread
All Implemented Interfaces:
Runnable

class ComponentActorThread extends Object implements Runnable
The ComponentActorThread is the thread used to act upon registered components of the service component runtime.
  • Field Details

  • Constructor Details

    • ComponentActorThread

      ComponentActorThread(ScrLogger log)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • terminate

      void terminate()
    • schedule

      void schedule(Runnable task)