public class BootstrappingDependenciesEvent extends OsgiBundleApplicationContextEvent
BootstrappingDependencyEvent
, this event contains the information
regarding all unsatisfied dependencies.
Consider using this event BootstrappingDependencyEvent
for getting a global overview of the waiting
application and BootstrappingDependencyEvent
for finding out specific information.
It can be used to receive status updates for contexts started by the extender.source
Constructor and Description |
---|
BootstrappingDependenciesEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
Collection<OsgiServiceDependencyEvent> nestedEvents,
org.osgi.framework.Filter filter,
long timeLeft)
Constructs a new
BootstrappingDependencyEvent instance. |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Filter |
getDependenciesAsFilter() |
Collection<OsgiServiceDependencyEvent> |
getDependencyEvents()
Returns the nested, dependency event that caused the bootstrapping event to be raised.
|
Collection<String> |
getDependencyFilters() |
long |
getTimeToWait() |
getBundle
getApplicationContext
getSource, toString
public BootstrappingDependenciesEvent(org.springframework.context.ApplicationContext source, org.osgi.framework.Bundle bundle, Collection<OsgiServiceDependencyEvent> nestedEvents, org.osgi.framework.Filter filter, long timeLeft)
BootstrappingDependencyEvent
instance.source
- public Collection<OsgiServiceDependencyEvent> getDependencyEvents()
public org.osgi.framework.Filter getDependenciesAsFilter()
public Collection<String> getDependencyFilters()
public long getTimeToWait()
Copyright © 2006–2016. All rights reserved.