com.buglabs.osgi.filesystem.util
Interface ServiceTrackerHelper.ManagedInlineRunnable

All Superinterfaces:
ServiceTrackerHelper.ManagedRunnable
All Known Implementing Classes:
ControlManager, StatusManager
Enclosing class:
ServiceTrackerHelper

public static interface ServiceTrackerHelper.ManagedInlineRunnable
extends ServiceTrackerHelper.ManagedRunnable

A ManagedRunnable that calls run() in-line with parent thread. This is useful if the client does not need to create a new thread or wants to manage thread creation independently.


Method Summary
 
Methods inherited from interface com.buglabs.osgi.filesystem.util.ServiceTrackerHelper.ManagedRunnable
run, shutdown