Interface | Description |
---|---|
BundleContextAware |
Actions implementing this interface will receive an instance of the BundleContext,
the OsgiInterceptor must be applied to the action.
|
ServiceAware<T> |
Classes implementing this interface, will be injected a list of services
registered with the type of the parameterized type
|
Class | Description |
---|---|
OsgiInterceptor |
If a class implements BundleContextAware, this interceptor will call the setBundleContext(BundleContext)
method on it.
|
Copyright © 2000–2019 Apache Software Foundation. All rights reserved.