- service(Class<S>) - Method in class domino.java.OsgiContext
-
- service(Class<S>, String) - Method in class domino.java.OsgiContext
-
- service(Class<S>) - Method in interface domino.java.ServiceConsuming
-
Returns the highest-ranked service of the specified type if available.
- service(Class<S>, String) - Method in interface domino.java.ServiceConsuming
-
Returns the first available service of the specified class which satisfies
the filter if available.
- service() - Method in class domino.java.ServiceWatcherEvent
-
- ServiceConsuming - Interface in domino.java
-
Provides convenient methods to consume OSGi services.
- ServiceProviderCapsule<S> - Class in domino.java
-
A capsule which registers an object in the OSGi service registry while the
current capsule scope is active.
- ServiceProviderCapsule(Iterable<Class<? super S>>, Map<String, Object>, BundleContext, S) - Constructor for class domino.java.ServiceProviderCapsule
-
- ServiceProviding - Interface in domino.java
-
Provides convenient methods to provide any object easily in the OSGi service
registry.
- serviceRef(Class<? super S>) - Method in class domino.java.OsgiContext
-
- serviceRef(Class<S>, String) - Method in class domino.java.OsgiContext
-
- serviceRef(Class<? super S>) - Method in interface domino.java.ServiceConsuming
-
- serviceRef(Class<S>, String) - Method in interface domino.java.ServiceConsuming
-
- serviceRefs(Class<S>, String) - Method in class domino.java.OsgiContext
-
- serviceRefs(Class<S>, String) - Method in interface domino.java.ServiceConsuming
-
- serviceRegistration() - Method in class domino.java.ServiceProviderCapsule
-
Returns the service registration.
- services(Class<S>, String) - Method in class domino.java.OsgiContext
-
- services(Class<S>) - Method in class domino.java.OsgiContext
-
- services(Class<S>, String) - Method in interface domino.java.ServiceConsuming
-
Returns all services of the specified type which satisfy the given filter.
- services(Class<S>) - Method in interface domino.java.ServiceConsuming
-
Returns all services of the given type.
- ServiceWatcherCapsule<S> - Class in domino.java
-
A capsule which executes the given event handlers on service state
transitions while the current scope is active.
- ServiceWatcherCapsule(Filter, Procedure1<ServiceWatcherEvent<S>>, BundleContext) - Constructor for class domino.java.ServiceWatcherCapsule
-
- ServiceWatcherContext<S> - Class in domino.java
-
Contains details about the current service event.
- ServiceWatcherContext(ServiceTracker<S, S>, ServiceReference<S>) - Constructor for class domino.java.ServiceWatcherContext
-
- ServiceWatcherEvent<S> - Class in domino.java
-
A Service watcher events.
- ServiceWatcherEvent(S, ServiceWatcherContext<S>, ServiceWatcherEvent.EventType) - Constructor for class domino.java.ServiceWatcherEvent
-
- ServiceWatcherEvent.EventType - Enum in domino.java
-
Contains the possible service watcher event types.
- ServiceWatching - Interface in domino.java
-
Provides convenient methods to add a service watcher to the current scope or
wait until services are present.
- setValue(T) - Method in class domino.java.capsule.DynamicVariable
-
Change the currently bound value, discarding the old value.
- Slf4jLogger(Class<?>) - Constructor for class domino.java.internal.LoggerFactory.Slf4jLogger
-
- start() - Method in interface domino.java.capsule.Capsule
-
Starts the capsule.
- start(BundleContext) - Method in class domino.java.OsgiContext
-
- start() - Method in class domino.java.ServiceProviderCapsule
-
- start() - Method in class domino.java.ServiceWatcherCapsule
-
- stop() - Method in interface domino.java.capsule.Capsule
-
Stops the capsule.
- stop() - Method in interface domino.java.capsule.CapsuleScope
-
Stops all capsules in this scope.
- stop() - Method in class domino.java.capsule.DefaultCapsuleScope
-
Stop this stop and therefore all containing capsules.
- stop(BundleContext) - Method in class domino.java.OsgiContext
-
- stop() - Method in class domino.java.ServiceProviderCapsule
-
- stop() - Method in class domino.java.ServiceWatcherCapsule
-