org.apache.felix.cm.impl
Class UpdateThread

java.lang.Object
  extended by org.apache.felix.cm.impl.UpdateThread
All Implemented Interfaces:
Runnable

public class UpdateThread
extends Object
implements Runnable

The UpdateThread is the thread used to update managed services and managed service factories as well as to send configuration events.


Constructor Summary
UpdateThread(ConfigurationManager configurationManager, ThreadGroup tg, String name)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateThread

public UpdateThread(ConfigurationManager configurationManager,
                    ThreadGroup tg,
                    String name)
Method Detail

run

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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.