Package | Description |
---|---|
org.eclipse.gemini.blueprint.extender.event |
Gemini Blueprint extender event package.
|
org.eclipse.gemini.blueprint.service.importer.event |
OSGi service importers event package.
|
Modifier and Type | Method and Description |
---|---|
OsgiServiceDependencyEvent |
BootstrappingDependencyEvent.getDependencyEvent()
Returns the nested, dependency event that caused the bootstrapping event
to be raised.
|
Modifier and Type | Method and Description |
---|---|
Collection<OsgiServiceDependencyEvent> |
BootstrappingDependenciesEvent.getDependencyEvents()
Returns the nested, dependency event that caused the bootstrapping event to be raised.
|
Collection<OsgiServiceDependencyEvent> |
BootstrappingDependenciesFailedEvent.getDependencyEvents()
Returns the nested, dependency event that caused the bootstrapping event to be raised.
|
Constructor and Description |
---|
BootstrappingDependencyEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
OsgiServiceDependencyEvent nestedEvent)
Constructs a new
BootstrappingDependencyEvent instance. |
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. |
BootstrappingDependenciesFailedEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
Throwable th,
Collection<OsgiServiceDependencyEvent> nestedEvents,
org.osgi.framework.Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
OsgiServiceDependencyWaitEndedEvent
Importer event indicating that the wait for a given dependency has ended
(successfully), namely the dependency was found before the time allocated for
it elapsed.
|
class |
OsgiServiceDependencyWaitStartingEvent
Dedicated event for OSGi dependencies that are imported in a timed manner.
|
class |
OsgiServiceDependencyWaitTimedOutEvent
Event raised when an OSGi service dependency could not be found in a certain
amount of time.
|
Copyright © 2006-2013. All Rights Reserved.