|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsgiServiceDependencyEvent | |
---|---|
org.eclipse.gemini.blueprint.extender.event | Gemini Blueprint extender event package. |
org.eclipse.gemini.blueprint.service.importer.event | OSGi service importers event package. |
Uses of OsgiServiceDependencyEvent in org.eclipse.gemini.blueprint.extender.event |
---|
Methods in org.eclipse.gemini.blueprint.extender.event that return OsgiServiceDependencyEvent | |
---|---|
OsgiServiceDependencyEvent |
BootstrappingDependencyEvent.getDependencyEvent()
Returns the nested, dependency event that caused the bootstrapping event to be raised. |
Methods in org.eclipse.gemini.blueprint.extender.event that return types with arguments of type OsgiServiceDependencyEvent | |
---|---|
Collection<OsgiServiceDependencyEvent> |
BootstrappingDependenciesFailedEvent.getDependencyEvents()
Returns the nested, dependency event that caused the bootstrapping event to be raised. |
Collection<OsgiServiceDependencyEvent> |
BootstrappingDependenciesEvent.getDependencyEvents()
Returns the nested, dependency event that caused the bootstrapping event to be raised. |
Constructors in org.eclipse.gemini.blueprint.extender.event with parameters of type OsgiServiceDependencyEvent | |
---|---|
BootstrappingDependencyEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
OsgiServiceDependencyEvent nestedEvent)
Constructs a new BootstrappingDependencyEvent instance. |
Constructor parameters in org.eclipse.gemini.blueprint.extender.event with type arguments of type OsgiServiceDependencyEvent | |
---|---|
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)
|
Uses of OsgiServiceDependencyEvent in org.eclipse.gemini.blueprint.service.importer.event |
---|
Subclasses of OsgiServiceDependencyEvent in org.eclipse.gemini.blueprint.service.importer.event | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |