Interface | Description |
---|---|
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 | Description |
---|---|
HostClassLoaderMethodInterceptor |
Interceptor to do the equivalent of
DefaultComponentRegistrar
for objects dynamically returned by Host components. |
OsgiServiceRegistryImpl |
This implementation will hand out services in the form of
Proxy 's that lazily use the
underlying ServiceTracker when invoked. |
Exception | Description |
---|---|
OsgiNoServiceAvailableException |
Thrown if a proxied OSGI service is invoked and there's no underlying service available in OSGI host.
|
Copyright © 2003–2016 Atlassian. All rights reserved.