Package com.buglabs.application

Interface Summary
IDesktopApp A service that can be utilized to create a Desktop UI like experience for OSGi bundles.
IServiceProvider Deprecated. Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead.
RunnableWithServices Deprecated. Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead.
ServiceChangeListener Deprecated. Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead.
ServiceTrackerHelper.ManagedInlineRunnable A ManagedRunnable that calls run() in-line with parent thread.
ServiceTrackerHelper.ManagedRunnable A runnable that provides access to OSGi services passed to ServiceTrackerHelper.
 

Class Summary
AbstractServiceTracker Deprecated. Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead.
AbstractServiceTracker2 Deprecated. Use ServiceTrackerHelper for ServiceTracker functionality instead.
MainApplicationThread Deprecated. Use ServiceTrackerHelper.ManagedRunnable and ServiceTrackerHelper instead.
ServiceTrackerHelper Helper class to construct ServiceTrackers.