public interface

PluginServiceDependencyWaitEvent

com.atlassian.plugin.osgi.event.PluginServiceDependencyWaitEvent
Known Indirect Subclasses

Class Overview

Events that are fired when OSGi services are waiting to be resolved.

Summary

Public Methods
abstract String getBeanName()
abstract Filter getFilter()
abstract String getPluginKey()

Public Methods

public abstract String getBeanName ()

Returns
  • the Spring bean name for the service reference. May be null.

public abstract Filter getFilter ()

Returns
  • the filter used for the resolution. May be null.

public abstract String getPluginKey ()

Returns
  • the key for the plugin waiting for the dependency. May be null if unknown.