| Interface | Description |
|---|---|
| ServiceConsuming |
Provides convenient methods to consume OSGi services.
|
| ServiceProviding |
Provides convenient methods to provide any object easily in the OSGi service
registry.
|
| ServiceWatching |
Provides convenient methods to add a service watcher to the current scope or
wait until services are present.
|
| Util |
| Class | Description |
|---|---|
| OsgiContext |
This is the main entry point to the Domino Java DSL.
|
| ServiceProviderCapsule<S> |
A capsule which registers an object in the OSGi service registry while the
current capsule scope is active.
|
| ServiceWatcherCapsule<S> |
A capsule which executes the given event handlers on service state
transitions while the current scope is active.
|
| ServiceWatcherContext<S> |
Contains details about the current service event.
|
| ServiceWatcherEvent<S> |
A Service watcher events.
|
| Enum | Description |
|---|---|
| ServiceWatcherEvent.EventType |
Contains the possible service watcher event types.
|