java.lang.Object | |
↳ | com.atlassian.jira.plugin.OsgiServiceTrackerCacheImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves and returns a public component from OSGi land via its class.
| |||||||||||
Registers the
serviceTrackers cache in JIRA instrumentation. | |||||||||||
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||
![]() | |||||||||||||
![]()
|
Retrieves and returns a public component from OSGi land via its class. This method can be used to retrieve a component provided via a plugins OSGi bundle. Please note that components returned via this method should NEVER be cached (e.g. in a field) as they may be refreshed at any time as a plugin is enabled/disabled or the ComponentManager is reinitialised (after an XML import).
clazz | The interface class |
---|
Registers the serviceTrackers
cache in JIRA instrumentation.