- getLoader(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl.SPIRegistry
-
- getLoaders(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl.SPIRegistry
-
- getRegistry() - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Retrieve the registry from the tracker if it is available,
all without causing the interface class to load.
- 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.
- loadClass(String) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Utility class for locating a class with OSGi registry
support.
- loadClass(String, Class<?>) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Utility class for locating a class with OSGi registry
support.
- loadClass(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Standardized utility method for performing class lookups
with support for OSGi registry lookups.
- loadClass() - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl.BundleProviderLoader
-
Load a provider class.
- locate(String) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate a class by its provider id indicator.
- locate(String) - Method in interface org.apache.geronimo.osgi.registry.api.ProviderRegistry
-
Locate a class by its factory id indicator.
- locate(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
Locate a class by its provider id indicator.
- locateAll(String) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate all class files that match a given factory id.
- locateAll(String) - Method in interface org.apache.geronimo.osgi.registry.api.ProviderRegistry
-
Locate all class files that match a given factory id.
- locateAll(String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
Locate all class files that match a given provider id.
- locateHeaderProviderDefinitions() - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl.BundleResources
-
Parse the Export-Provider: header to create a list of
providers that are exported via the header syntax
rather than via a provider mapping file.
- locateProviders() - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl.BundleResources
-
- locateServiceClass(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate the first class for a META-INF/services definition
of a given interface class.
- locateServiceClasses(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate all classes that map to a given provider class definition.
- locateServiceClassName(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate the first class name for a META-INF/services definition
of a given class.
- locateServiceClassName(String, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate a classpath-define service mapping.
- locateServiceClassNames(String, Class<?>, ClassLoader) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate all class names name for a META-INF/services definition
of a given class.
- locateServiceClassNames(String, ClassLoader, Set) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Locate all class names name for a META-INF/services definition
of a given class.
- locateServices() - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl.BundleResources
-
- log(int, String) - Method in class org.apache.geronimo.osgi.registry.Activator
-
- log(int, String, Throwable) - Method in class org.apache.geronimo.osgi.registry.Activator
-
- log(int, String) - Method in class org.apache.geronimo.osgi.registry.ProviderBundleTrackerCustomizer
-
- log(int, String, Throwable) - Method in class org.apache.geronimo.osgi.registry.ProviderBundleTrackerCustomizer
-
- log(int, String) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
- log(int, String, Throwable) - Method in class org.apache.geronimo.osgi.registry.ProviderRegistryImpl
-
- logServices - Variable in class org.apache.geronimo.osgi.registry.Activator
-
- LogServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.apache.geronimo.osgi.registry.Activator.LogServiceTracker
-
- lookupByJREPropertyFile(String, String) - Static method in class org.apache.geronimo.osgi.locator.ProviderLocator
-
Perform a service class discovery by looking for a
property in a target properties file located in the
java.home directory.
- lst - Variable in class org.apache.geronimo.osgi.registry.Activator
-