- getService(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Get a single service instance that matches an interface
definition.
- getService(String) - Method in interface org.apache.geronimo.osgi.registry.api.ProviderRegistry
-
Locate and instantiate an instance of a service provider
defined in the META-INF/services directory of tracked bundles.
- getService(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
Locate and instantiate an instance of a service provider
defined in the META-INF/services directory of tracked bundles.
- getServiceClass(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate a service class that matches an interface
definition.
- getServiceClass(String) - Method in interface org.apache.geronimo.osgi.registry.api.ProviderRegistry
-
Locate and return the class for a service provider
defined in the META-INF/services directory of tracked bundles.
- getServiceClass(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
Locate and return the class for a service provider
defined in the META-INF/services directory of tracked bundles.
- getServiceClasses(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Get a list of service class implementations that match
an interface name.
- getServiceClasses(String) - Method in interface org.apache.geronimo.osgi.registry.api.ProviderRegistry
-
Locate all services that match a given provider id and return the implementation
classes
- getServiceClasses(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
Locate all services that match a given provider id and return the implementation
classes
- getServices(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Get a list of services that match a given interface
name.
- getServices(String) - Method in interface org.apache.geronimo.osgi.registry.api.ProviderRegistry
-
Locate all services that match a given provider id and create instances.
- getServices(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
Locate all services that match a given provider id and create instances.