Package com.atlassian.confluence.osgi

Interface Summary
OsgiServiceRegistry This registry eliminates the boilerplate required for a component in Confluence Core to consume a service that is not available in the application context, but exclusively published through OSGI.
 

Class Summary
OsgiServiceRegistryImpl This implementation will hand out services in the form of Proxy's that lazily use the underlying ServiceTracker when invoked.
 

Exception Summary
OsgiNoServiceAvailableException Thrown if a proxied OSGI service is invoked and there's no underlying service available in OSGI host.
 



Copyright © 2003–2015 Atlassian. All rights reserved.