- ServiceLoader - Interface in ej.components.dependencyinjection
-
A simple dependency injection facility.
- ServiceLoaderFactory - Class in ej.components.dependencyinjection
-
A simple dependency injection facility.
- ServiceLoaderHelper - Class in ej.components.dependencyinjection.util
-
Helper class for service loaders.
- ServiceLoadingException - Exception in ej.components.dependencyinjection
-
Thrown when an error occur while loading a service.
- ServiceLoadingException(String, Throwable) - Constructor for exception ej.components.dependencyinjection.ServiceLoadingException
-
Constructs a new service loading exception with the specified detail message and cause.
- ServiceLoadingException(Throwable) - Constructor for exception ej.components.dependencyinjection.ServiceLoadingException
-
Constructs a new service loading exception with the specified cause and a detail message of (cause==null ?
null : cause.toString())
(which typically contains the class and detail message of the given cause).
- ServiceProvider - Interface in ej.components
-
A service provider is able to retrieve services implementation.
- ServiceRegistry - Interface in ej.components
-
Defines services registry API.
- start() - Method in interface ej.components.registry.BundleActivator
-
Starts the bundle.
- start() - Method in class ej.components.registry.impl.AbstractRegistry
-
- start() - Method in class ej.components.registry.util.BundleActivatorAdapter
-
- start() - Method in class ej.components.registry.util.CompositeActivator
-
Starts the inner activators.
- startup(BundleActivator) - Static method in class ej.components.registry.util.BundleRegistryHelper
-
Initializes, links and starts a bundle.
- startupRegistry() - Static method in class ej.components.registry.util.BundleRegistryHelper
-
Initializes, links and starts the registry.
- stop() - Method in interface ej.components.registry.BundleActivator
-
Stops the bundle.
- stop() - Method in class ej.components.registry.impl.AbstractRegistry
-
- stop() - Method in class ej.components.registry.util.BundleActivatorAdapter
-
- stop() - Method in class ej.components.registry.util.CompositeActivator
-
Stops the inner activators.
- SystemPropertiesServiceLoader - Class in ej.components.dependencyinjection
-
Service loader that retrieves services implementations using system properties.
- SystemPropertiesServiceLoader() - Constructor for class ej.components.dependencyinjection.SystemPropertiesServiceLoader
-