com.atlassian.plugin.osgi.event
Interface PluginServiceDependencyWaitEvent
- All Known Implementing Classes:
- PluginServiceDependencyWaitEndedEvent, PluginServiceDependencyWaitStartingEvent, PluginServiceDependencyWaitTimedOutEvent
public interface PluginServiceDependencyWaitEvent
Events that are fired when OSGi services are waiting to be resolved.
- Since:
- 2.2.0
getFilter
org.osgi.framework.Filter getFilter()
- Returns:
- the filter used for the resolution. May be null.
getBeanName
java.lang.String getBeanName()
- Returns:
- the Spring bean name for the service reference. May be null.
getPluginKey
java.lang.String getPluginKey()
- Returns:
- the key for the plugin waiting for the dependency. May be null if unknown.
Copyright © 2012 Atlassian. All Rights Reserved.