A B C D E F G H I L M N O P R S T U V W

A

AbstractDelegatedExecutionApplicationContext - Class in org.eclipse.gemini.blueprint.context.support
OSGi-specific application context that delegates the execution of its life cycle methods to a different class.
AbstractDelegatedExecutionApplicationContext() - Constructor for class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
Constructs a new AbstractDelegatedExecutionApplicationContext instance.
AbstractDelegatedExecutionApplicationContext(ApplicationContext) - Constructor for class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
Constructs a new AbstractDelegatedExecutionApplicationContext instance.
AbstractOsgiBundleApplicationContext - Class in org.eclipse.gemini.blueprint.context.support
AbstractRefreshableApplicationContext subclass that implements the ConfigurableOsgiBundleApplicationContext interface for OSGi environments.
AbstractOsgiBundleApplicationContext() - Constructor for class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Creates a new AbstractOsgiBundleApplicationContext with no parent.
AbstractOsgiBundleApplicationContext(ApplicationContext) - Constructor for class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Creates a new AbstractOsgiBundleApplicationContext with the given parent context.
AbstractOsgiServiceImportFactoryBean - Class in org.eclipse.gemini.blueprint.service.importer.support
Base class for importing OSGi services.
AbstractOsgiServiceImportFactoryBean() - Constructor for class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
 
ACTIVATION_EAGER - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must eagerly activate the component.
ACTIVATION_LAZY - Static variable in interface org.osgi.service.blueprint.reflect.ComponentMetadata
The component's manager must lazily activate the component.
add(Converter) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
add(Collection<Converter>) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
addApplicationListener(OsgiBundleApplicationContextListener) - Method in interface org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticaster
Add an OSGi listener to be notified of all events.
addApplicationListener(OsgiBundleApplicationContextListener) - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticasterAdapter
Add an OSGi listener to be notified of all events. The given listener is wrapped with an adapter class that delegates the equals/hashcode methods to the wrapped listener instance.
addListener(ServicePropertiesChangeListener) - Method in interface org.eclipse.gemini.blueprint.service.exporter.support.ServicePropertiesListenerManager
Adds a listener to be notified of any service properties changes.
addServiceListener(BundleContext, ServiceListener, Filter) - Static method in class org.eclipse.gemini.blueprint.util.OsgiListenerUtils
Adds a service listener to the given bundle context under the specified filter.
addServiceListener(BundleContext, ServiceListener, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiListenerUtils
Adds a service listener to the given bundle context under the specified filter given as a String.
addSingleServiceListener(BundleContext, ServiceListener, Filter) - Static method in class org.eclipse.gemini.blueprint.util.OsgiListenerUtils
Adds a service listener to the given bundle context, under the specified filter.
addSingleServiceListener(BundleContext, ServiceListener, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiListenerUtils
Adds a service listener to the given application context, under the specified filter given as a String.
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.BeanNameServicePropertiesResolver
 
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
 
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
 
afterPropertiesSet() - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
 
ALL_CLASSES - Static variable in class org.eclipse.gemini.blueprint.service.exporter.support.AutoExport
Deprecated. Export every class, inherited or implemented by the given target.
APPLICATION_CONTEXT_SERVICE_PROPERTY_NAME - Static variable in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Service entry used for specifying the application context name when published as an OSGi service
AUTO_EXPORT_ALL_CLASSES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes and interfaces in the component instance type as service interfaces.
AUTO_EXPORT_CLASS_HIERARCHY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java classes in the hierarchy of the component instance type as service interfaces.
AUTO_EXPORT_DISABLED - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Do not auto-detect types for advertised service interfaces
AUTO_EXPORT_INTERFACES - Static variable in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Advertise all Java interfaces implemented by the component instance type as service interfaces.
AutoExport - Class in org.eclipse.gemini.blueprint.service.exporter.support
Deprecated. as of 2.0, replaced by InterfaceDetector
Availability - Enum in org.eclipse.gemini.blueprint.service.importer.support
Enum used by the service importer to describe whether a presence of OSGi services is mandatory or not.
AVAILABILITY_MANDATORY - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is required at all times.
AVAILABILITY_OPTIONAL - Static variable in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
A matching service is not required to be present.

B

BEAN_NAME_PROPERTY_KEY - Static variable in interface org.eclipse.gemini.blueprint.service.exporter.OsgiServicePropertiesResolver
Predefined property indicating the bean name of an exported Spring managed object.
BeanArgument - Interface in org.osgi.service.blueprint.reflect
Metadata for a factory method or constructor argument of a bean.
BeanMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a Bean component.
BeanNameServicePropertiesResolver - Class in org.eclipse.gemini.blueprint.service.exporter.support
OsgiServicePropertiesResolver that creates a service property set with the following properties: Bundle-SymbolicName=<bundle symbolic name> Bundle-Version=<bundle version> org.eclipse.gemini.blueprint.bean.name="<bean name> osgi.service.blueprint.compname="<bean name> If the name is null/empty, the keys that refer to it will not be created.
BeanNameServicePropertiesResolver() - Constructor for class org.eclipse.gemini.blueprint.service.exporter.support.BeanNameServicePropertiesResolver
 
BeanProperty - Interface in org.osgi.service.blueprint.reflect
Metadata for a property to be injected into a bean.
bind(Object, Map) - Method in interface org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListener
Called when a service is being binded inside the proxy (be it single or multi value).
BLUEPRINT_COMP_NAME - Static variable in interface org.eclipse.gemini.blueprint.service.exporter.OsgiServicePropertiesResolver
OSGi 4.2 Blueprint specification predefined property indicating the name of the component exported as a service.
BlueprintContainer - Interface in org.osgi.service.blueprint.container
A Blueprint Container represents the managed state of a Blueprint bundle.
BlueprintContainerServicePublisher - Class in org.eclipse.gemini.blueprint.blueprint.container.support
Infrastructure bean that automatically publishes the given ModuleContext as an OSGi service.
BlueprintContainerServicePublisher(BlueprintContainer, BundleContext) - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher
Constructs a new ModuleContextServicePublisher instance.
BlueprintConverterConfigurer - Class in org.eclipse.gemini.blueprint.blueprint.container
Dedicated class for registering (in a declarative way) the adapter between Blueprint and Spring 3.0 converters.
BlueprintConverterConfigurer(List<Converter>) - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.BlueprintConverterConfigurer
 
BlueprintEditorRegistrar - Class in org.eclipse.gemini.blueprint.blueprint.container.support
Registrar holding the specific Blueprint editors.
BlueprintEditorRegistrar() - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintEditorRegistrar
 
BlueprintEvent - Class in org.osgi.service.blueprint.container
A Blueprint Event.
BlueprintEvent(int, Bundle, Bundle) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a simple BlueprintEvent object.
BlueprintEvent(int, Bundle, Bundle, String[]) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a set of dependencies.
BlueprintEvent(int, Bundle, Bundle, Throwable) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a failure cause.
BlueprintEvent(int, Bundle, Bundle, String[], Throwable) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a BlueprintEvent object associated with a failure cause and a set of dependencies.
BlueprintEvent(BlueprintEvent, boolean) - Constructor for class org.osgi.service.blueprint.container.BlueprintEvent
Create a new BlueprintEvent from the specified BlueprintEvent.
blueprintEvent(BlueprintEvent) - Method in interface org.osgi.service.blueprint.container.BlueprintListener
Receives notifications of a Blueprint Event.
BlueprintListener - Interface in org.osgi.service.blueprint.container
A BlueprintEvent Listener.
buildBeanDefinitionFor(ComponentMetadata) - Static method in class org.eclipse.gemini.blueprint.blueprint.reflect.MetadataFactory
 
buildComponentMetadataFor(String, BeanDefinition) - Static method in class org.eclipse.gemini.blueprint.blueprint.reflect.MetadataFactory
Inspects the given beanDefinition and returns the appropriate metadata (can be one of LocalComponentMetadata, ServiceExportComponentMetadata, or ServiceReferenceComponentMetadata).
buildComponentMetadataFor(ConfigurableListableBeanFactory) - Static method in class org.eclipse.gemini.blueprint.blueprint.reflect.MetadataFactory
Inspects the given factory and returns the appropriate OSGi 4.2 Blueprint metadata.
BUNDLE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The Blueprint bundle associated with this event.
BUNDLE_BEAN_NAME - Static variable in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Name of the bundle bean
BUNDLE_CONTEXT_BEAN_NAME - Static variable in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Name of the bundle context bean
BUNDLE_EVENTS - Static variable in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Constant over the Bundle events
BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle id of the Blueprint bundle associated with this event.
BUNDLE_STATES - Static variable in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Constant over the Bundle states
BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle symbolic name of the Blueprint bundle associated with this event.
BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle version of the Blueprint bundle associated with this event.
BundleAction - Class in org.eclipse.gemini.blueprint.bundle
Enum-like class for the Bundle actions supported by BundleFactoryBean.
BundleActionEnum - Enum in org.eclipse.gemini.blueprint.bundle
Enum class for the Bundle actions supported by BundleFactoryBean.
BundleContextAware - Interface in org.eclipse.gemini.blueprint.context
Interface that enables beans to find the bundle context they are defined in.
BundleContextAwareProcessor - Class in org.eclipse.gemini.blueprint.context.support
BeanPostProcessor handling classes that implement BundleContextAware interface.
BundleContextAwareProcessor(BundleContext) - Constructor for class org.eclipse.gemini.blueprint.context.support.BundleContextAwareProcessor
 
BundleDelegatingClassLoader - Class in org.eclipse.gemini.blueprint.util
ClassLoader backed by an OSGi bundle.
BundleDelegatingClassLoader(Bundle, ClassLoader) - Constructor for class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
Private constructor.
BundleFactoryBean - Class in org.eclipse.gemini.blueprint.bundle
Bundle installer.
BundleFactoryBean() - Constructor for class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
bundleStateAsString(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns a String representation of the Bundle state.

C

C_0__1 - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Optional, single cardinality.
C_0__N - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Optional, multiple cardinality.
C_1__1 - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Mandatory, single cardinality.
C_1__N - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Mandatory, multiple cardinality.
canConvert(Object, ReifiedType) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverter
 
canConvert(Class<?>, Class<?>) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
canConvert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
Return if this converter is able to convert the specified object to the specified type.
Cardinality - Class in org.eclipse.gemini.blueprint.service.importer.support
Deprecated. as of Spring DM 2.0, replaced by Availability
CAUSE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The cause for a FAILURE event.
CLASS_HIERARCHY - Static variable in class org.eclipse.gemini.blueprint.service.exporter.support.AutoExport
Deprecated. Export the class hierarchy (all classes inherited by the given target excluding Object.class)
CLIENT - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoader
Deprecated. The TCCL will be set to that of the client upon service invocation.
close() - Method in interface org.eclipse.gemini.blueprint.context.OsgiBundleApplicationContextExecutor
Execute the delegated ConfigurableApplicationContext.close().
CollectionMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a collection based value.
CollectionType - Class in org.eclipse.gemini.blueprint.service.importer.support
Enumeration-like class which indicates the supported Spring DM managed OSGi service collection types.
completeRefresh() - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
The second, last phase of the refresh.
completeRefresh() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
ComponentDefinitionException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a component definition is in error.
ComponentDefinitionException() - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with no message or exception cause.
ComponentDefinitionException(String) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the specified message
ComponentDefinitionException(String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the specified message and exception cause.
ComponentDefinitionException(Throwable) - Constructor for exception org.osgi.service.blueprint.container.ComponentDefinitionException
Creates a Component Definition Exception with the exception cause.
ComponentMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for managed components.
ConfigAdminPropertiesFactoryBean - Class in org.eclipse.gemini.blueprint.compendium.cm
FactoryBean returning the properties stored under a given persistent id in the ConfigurationAdmin service.
ConfigAdminPropertiesFactoryBean() - Constructor for class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
ConfigurableOsgiBundleApplicationContext - Interface in org.eclipse.gemini.blueprint.context
Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
ContextClassLoaderProvider - Interface in org.eclipse.gemini.blueprint.context.support
Strategy interface for plugging various thread context class loaders during an OSGi application context critical life cycle events.
convert(Object, ReifiedType) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverter
 
convert(Object, Class<T>) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
convert(Object, ReifiedType) - Method in interface org.osgi.service.blueprint.container.Converter
Convert the specified object to an instance of the specified type.
Converter - Interface in org.osgi.service.blueprint.container
Type converter to convert an object to a target type.
createBundleClassLoaderFor(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
Factory method for creating a class loader over the given bundle.
createBundleClassLoaderFor(Bundle, ClassLoader) - Static method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
Factory method for creating a class loader over the given bundle and with a given class loader as fall-back.
CREATED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has created a Blueprint Container for the bundle.
createFilter(String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Creates an OSGi Filter from the given String.
createResourcePatternResolver() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Creates an OSGi specific resource pattern resolver.
CREATING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has started creating a Blueprint Container for the bundle.
customizeApplicationContextServiceProperties(Map<Object, Object>) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Customizes the properties of the application context OSGi service.

D

DateEditor - Class in org.eclipse.gemini.blueprint.blueprint.container.support
Date editor for Blueprint components.
DateEditor() - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.support.DateEditor
 
debugClassLoading(Bundle, String, String) - Static method in class org.eclipse.gemini.blueprint.util.DebugUtils
Tries (through a best-guess attempt) to figure out why a given class could not be found.
debugClassLoadingThrowable(Throwable, Bundle, Class<?>[]) - Static method in class org.eclipse.gemini.blueprint.util.DebugUtils
Tries to debug the cause of the Throwables that can appear when loading classes in OSGi environments (for example when creating proxies).
DebugUtils - Class in org.eclipse.gemini.blueprint.util
Utility class used for debugging exceptions in OSGi environment, such as class loading errors.
DebugUtils() - Constructor for class org.eclipse.gemini.blueprint.util.DebugUtils
 
DEFAULT_CONFIG_LOCATION - Static variable in class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Default config location for the root context(s)
DefaultContextClassLoaderProvider - Class in org.eclipse.gemini.blueprint.context.support
Default implementation of ContextClassLoaderProvider interface.
DefaultContextClassLoaderProvider() - Constructor for class org.eclipse.gemini.blueprint.context.support.DefaultContextClassLoaderProvider
 
DefaultInterfaceDetector - Enum in org.eclipse.gemini.blueprint.service.exporter.support
Default implementation of InterfaceDetector.
DefaultOsgiServiceDependency - Class in org.eclipse.gemini.blueprint.service.importer
Default, immutable implementation for OsgiServiceDependency.
DefaultOsgiServiceDependency(String, Filter, boolean) - Constructor for class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
Constructs a new DefaultOsgiServiceDependency instance.
DelegatedExecutionOsgiBundleApplicationContext - Interface in org.eclipse.gemini.blueprint.context
Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
DEPENDENCIES - Static variable in class org.osgi.service.blueprint.container.EventConstants
The filters identifying the missing dependencies that caused this event for a FAILURE, GRACE_PERIOD, or WAITING event.
DependencyAwareBeanFactoryPostProcessor - Interface in org.eclipse.gemini.blueprint.context
BeanFactoryPostProcessor that is invoked late in the application context lifecycle, specifically after the mandatory service dependencies have been satisfied.
DependencyInitializationAwareBeanPostProcessor - Interface in org.eclipse.gemini.blueprint.context
BeanPostProcessor that is invoked early in the application context lifecycle, specifically after the service dependencies have been satisfied.
destroy() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
destroy() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
destroy() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
destroyBeans() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
DESTROYED - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container for the bundle has been completely destroyed.
DESTROYING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint extender has started destroying the Blueprint Container for the bundle.
detect(Class<?>) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.AutoExport
Deprecated.  
detect(Class<?>) - Method in interface org.eclipse.gemini.blueprint.service.exporter.support.InterfaceDetector
Detects the 'interfaces' of the given target, suitable for OSGi service export.
DISABLED - Static variable in class org.eclipse.gemini.blueprint.service.exporter.support.AutoExport
Deprecated. Do not export anything
doClose() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
doClose() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Unregister the ApplicationContext OSGi service (in case there is any).

E

equals(Object) - Method in class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
 
EVENT - Static variable in class org.osgi.service.blueprint.container.EventConstants
The BlueprintEvent object that caused this event.
EventConstants - Class in org.osgi.service.blueprint.container
Event property names used in Event Admin events published by a Blueprint Container.
executeAction(BundleActionEnum) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
ExportContextClassLoader - Class in org.eclipse.gemini.blueprint.service.exporter.support
Deprecated. As of Spring DM 2.0, replaced by ExportContextClassLoaderEnum
ExportContextClassLoaderEnum - Enum in org.eclipse.gemini.blueprint.service.exporter.support
Enum describing the the possible thread context class loader (tccl) options for exporter OSGi services.
EXTENDER_BUNDLE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_ID - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle id of the Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_SYMBOLICNAME - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle symbolic of the Blueprint extender bundle that is generating this event.
EXTENDER_BUNDLE_VERSION - Static variable in class org.osgi.service.blueprint.container.EventConstants
The bundle version of the Blueprint extender bundle that is generating this event.

F

FAILURE - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container creation for the bundle has failed.
filterIds(Set<String>) - Static method in class org.eclipse.gemini.blueprint.blueprint.reflect.MetadataFactory
 
findBundleBySymbolicName(BundleContext, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Finds an install bundle based by its symbolic name.
findClass(String) - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
 
findResource(String) - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
 
findResources(String) - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
 
finishRefresh() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
FRAMEWORK_EVENTS - Static variable in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Constant over the Framework events

G

getAction() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Deprecated. As of Spring DM 2.0, replaced by BundleFactoryBean.getBundleAction()
getActivation() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the activation strategy for the component.
getActualTypeArgument(int) - Method in class org.osgi.service.blueprint.container.ReifiedType
Return a type parameter for this type.
getArguments() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the arguments for the factory method or constructor of the bean.
getAsText() - Method in class org.eclipse.gemini.blueprint.blueprint.container.support.DateEditor
 
getAsText() - Method in class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor

This implementation returns null to indicate that there is no appropriate text representation.

getAutoExport() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the auto-export mode for the service.
getAvailability() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
 
getAvailability() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return whether or not a matching service is required at all times.
getBeanClassLoader() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the class loader used by this FactoryBean.
getBeanName() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the bean name of this class when configured inside a Spring container.
getBeanName() - Method in class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
 
getBeanName() - Method in interface org.eclipse.gemini.blueprint.service.importer.OsgiServiceDependency
Returns the bean name (if any) that declares this dependency.
getBeanName() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the bean name associated with the instance of this class (when running inside the Spring container).
getBindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the name of the bind method.
getBundle() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Returns the bundle with which the class interacts.
getBundle() - Method in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Returns the OSGi Bundle for this application context.
getBundle() - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEvent
Returns the OSGi Bundle associated with the application context that triggers the event.
getBundle() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
getBundle() - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
Returns the bundle to which this class loader delegates calls to.
getBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the Blueprint bundle associated with this event.
getBundleAction() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Returns the bundle action.
getBundleContext() - Method in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Return the BundleContext for this application context.
getBundleContext() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
getBundleContext() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the bundleContext used by this FactoryBean.
getBundleContext(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Returns the underlying BundleContext for the given Bundle.
getBundleDestroyAction() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Returns the bundle destroy action.
getBundleVersion(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Returns the given bundle version.
getCardinality() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Deprecated. As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.getAvailability()
getCause() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the cause for this BlueprintEvent.FAILURE event.
getClassLoader() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
getClassName() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the class specified for the bean.
getCollectionClass() - Method in class org.eclipse.gemini.blueprint.service.importer.support.CollectionType
Returns the actual collection class used underneath.
getCollectionClass() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return the type of the collection.
getComponentId() - Method in exception org.osgi.service.blueprint.container.NoSuchComponentException
Returns the id of the non-existent component.
getComponentId() - Method in interface org.osgi.service.blueprint.reflect.IdRefMetadata
Return the id of the referenced component.
getComponentId() - Method in interface org.osgi.service.blueprint.reflect.RefMetadata
Return the id of the referenced component.
getComponentIds() - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintContainer
 
getComponentIds() - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Returns the set of component ids managed by this Blueprint Container.
getComponentInstance(String) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintContainer
 
getComponentInstance(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return the component instance for the specified component id.
getComponentMetadata(String) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintContainer
 
getComponentMetadata(String) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return the Component Metadata object for the component with the specified component id.
getComponentName() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the value of the component-name attribute of the service reference.
getConfigLocations() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Returns this application context configuration locations.
getConfigLocations() - Method in class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
 
getContextClassLoader() - Method in interface org.eclipse.gemini.blueprint.context.support.ContextClassLoaderProvider
Returns the context class loader to be used by the OSGi application context during its life cycle events.
getContextClassLoader() - Method in class org.eclipse.gemini.blueprint.context.support.DefaultContextClassLoaderProvider
 
getContextClassLoader() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Deprecated. As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.getImportContextClassLoader()
getDefaultConfigLocations() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Returns the default configuration locations to use, for the case where no explicit configuration locations have been specified.
getDefaultConfigLocations() - Method in class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Provide default locations for XML files.
getDelegatedEventMulticaster() - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
Returns the OSGi event multicaster (if any) associated with this application context.
getDelegatedEventMulticaster() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
getDependencies() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the filters identifying the missing dependencies that caused this event.
getDependsOn() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the ids of any components listed in a depends-on attribute for the component.
getDestroyAction() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Deprecated. As of Spring DM 2.0, replaced by BundleFactoryBean.getBundleDestroyAction()
getDestroyMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the destroy method specified for the bean.
getElapsedTime() - Method in class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitEndedEvent
Returns the time spent (in milliseconds) waiting, until service was found (and the dependency considered satisfied).
getElapsedTime() - Method in class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent
Returns the time (in milliseconds) the source waited for OSGi service to appear before failing.
getEntries() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the entries for the map.
getEntries() - Method in interface org.osgi.service.blueprint.reflect.PropsMetadata
Return the entries for the properties.
getExtenderBundle() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the Blueprint extender bundle that is generating this event.
getFactoryComponent() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the Metadata for the factory component on which to invoke the factory method for the bean.
getFactoryMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the factory method for the bean.
getFailureCause() - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent
Returns the Throwable that caused the application context closure to fail.
getFailureCause() - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleContextFailedEvent
Returns the Throwable that caused the application context to fail.
getFilter() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the filter describing the imported service(s).
getFilter(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Creates a filter (as String) that matches the properties (expect the service id) of service reference.
getFilter() - Method in exception org.osgi.service.blueprint.container.ServiceUnavailableException
Returns the filter expression that a service would have needed to satisfy in order for the invocation to proceed.
getFilter() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the filter expression that a matching service must match.
getHeaderAsVersion(Bundle, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Returns the version for a given bundle manifest header.
getId() - Method in interface org.osgi.service.blueprint.reflect.ComponentMetadata
Return the id of the component.
getImportContextClassLoader() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the context class loader management strategy.
getIndex() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the zero-based index into the parameter list of the factory method or constructor to be invoked for this argument.
getInitMethod() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the name of the init method specified for the bean.
getInterface() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the name of the interface type that a matching service must support.
getInterfaces() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the interfaces that will be considered when exporting the target as an OSGi service.
getInterfaces() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the interfaces used for discovering the imported service(s).
getInterfaces() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the type names of the interfaces that the service should be advertised as supporting.
getInvokerBundleContext() - Static method in class org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContext
Try to get the current invoker bundle context.
getKey() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
Return the Metadata for the key of the map entry.
getKeyType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the name of the type of the map keys.
getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the Metadata for the component that will receive bind and unbind events.
getListenerComponent() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the Metadata for the component that will receive registration and unregistration events.
getListeners() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Returns the listeners interested in receiving events for this importer.
getLocation() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Return the given location.
getMemberType() - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
Sets the member type of this service collection.
getMemberType() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Return whether the List will contain service object proxies or ServiceReference objects.
getMetadata(Class) - Method in class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintContainer
 
getMetadata(Class) - Method in interface org.osgi.service.blueprint.container.BlueprintContainer
Return all ComponentMetadata objects of the specified Component Metadata type.
getName() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
Return the name of the property to be injected.
getObject() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
getObject() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
getObject() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean

Returns a ServiceRegistration to the OSGi service for the target object.

getObject() - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
Returns a managed object for accessing OSGi service(s). Returns a managed proxy to the best matching OSGi service.
getObjectType() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
getObjectType() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
getObjectType() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
getOrder() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
getPersistentId() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Returns the persistentId.
getProperties() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the properties for the bean.
getRanking() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the OSGi ranking used when publishing the service.
getRanking() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the ranking value to use when advertising the service.
getRawClass() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the raw class represented by this type.
getReferenceListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceReferenceMetadata
Return the reference listeners to receive bind and unbind events.
getRegistrationListeners() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the registration listeners to be notified when the service is registered and unregistered with the framework.
getRegistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the name of the registration method.
getResolver() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the property resolver used for publishing the service.
getResource() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Return the Resource object (if a ResourceLoader is available) from the given location (if any).
getResource(String) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
getResource(String) - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
 
getResourceByPath(String) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
getResourcePatternResolver() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
This implementation supports pattern matching inside the OSGi bundle.
getResources(String) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
getScope() - Method in interface org.osgi.service.blueprint.reflect.BeanMetadata
Return the scope for the bean.
getServiceComponent() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the Metadata for the component to be exported as a service.
getServiceDependency() - Method in class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyEvent
Returns the OSGi service dependency filter for which this event is triggered.
getServiceFilter() - Method in class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
 
getServiceFilter() - Method in interface org.eclipse.gemini.blueprint.service.importer.OsgiServiceDependency
Returns the OSGi filter for the service dependency.
getServiceId(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns the service id (Constants.SERVICE_ID) of the given service reference.
getServiceObjectClasses(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns the advertised class names (Constants.OBJECTCLASS) of the given service reference.
getServiceProperties(String) - Method in interface org.eclipse.gemini.blueprint.service.exporter.OsgiServicePropertiesResolver
Returns a map containing the service properties associated with the given Spring managed bean identified by its name.
getServiceProperties(String) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.BeanNameServicePropertiesResolver
 
getServiceProperties() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the properties used when exporting the target as an OSGi service.
getServiceProperties() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.ServicePropertiesChangeEvent
 
getServiceProperties(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a Dictionary containing the properties available for the given service reference.
getServiceProperties() - Method in interface org.osgi.service.blueprint.reflect.ServiceMetadata
Return the user declared properties to be advertised with the service.
getServicePropertiesAsMap(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a Map containing the properties available for the given service reference.
getServicePropertiesSnapshot(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a Map containing the properties available for the given service reference.
getServicePropertiesSnapshotAsMap(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a Map containing the properties available for the given service reference.
getServiceRanking(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns the service ranking (Constants.SERVICE_RANKING) of the given service reference.
getServiceReference() - Method in interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy
Provides access to the service reference used for accessing the backing object.
getServiceReference(BundleContext, String[]) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a reference to the best matching service for the given class names.
getServiceReference(BundleContext, String, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a reference to the best matching service for the given class and OSGi filter.
getServiceReference(ServiceReference...) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
 
getServiceReference(BundleContext, String[], String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a reference to the best matching service for the given classes and OSGi filter.
getServiceReference(BundleContext, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns a reference to the best matching service for the given OSGi filter.
getServiceReferences(BundleContext, String[]) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns references to all services matching the given class names.
getServiceReferences(BundleContext, String, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns references to all services matching the given class name and OSGi filter.
getServiceReferences(BundleContext, String[], String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns references to all services matching the given class names and OSGi filter.
getServiceReferences(BundleContext, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Returns references to all services matching the OSGi filter.
getStartLevel() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Gets the bundle start level.
getStringValue() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
Return the unconverted string representation of the value.
getSymbolicName() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Return the given bundle symbolic name.
getTarget() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the object exported as an OSGi service.
getTargetBeanName() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Returns the target bean name.
getTargetServiceReference() - Method in interface org.eclipse.gemini.blueprint.service.importer.ServiceReferenceProxy
Returns the target, native service reference used, at the moment of the call, by the proxy.
getTimeout() - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
Returns the timeout (in milliseconds) this importer waits while trying to find a backing service.
getTimeout() - Method in interface org.osgi.service.blueprint.reflect.ReferenceMetadata
Return the timeout for service invocations when a backing service is is unavailable.
getTimestamp() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the time at which this event was created.
getTimeToWait() - Method in class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent
Returns the time (in milliseconds) the source will wait for the OSGi service to appear.
getType() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return the type of this event.
getType() - Method in interface org.osgi.service.blueprint.reflect.ValueMetadata
Return the name of the type to which the value should be converted.
getUnbindMethod() - Method in interface org.osgi.service.blueprint.reflect.ReferenceListener
Return the name of the unbind method.
getUnifiedFilter() - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Assembles the configuration properties into one unified OSGi filter.
getUnregistrationMethod() - Method in interface org.osgi.service.blueprint.reflect.RegistrationListener
Return the name of the unregistration method.
getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the Metadata for the argument value.
getValue() - Method in interface org.osgi.service.blueprint.reflect.BeanProperty
Return the Metadata for the value to be injected into a bean.
getValue() - Method in interface org.osgi.service.blueprint.reflect.MapEntry
Return the Metadata for the value of the map entry.
getValues() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return Metadata for the values of the collection.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.BeanArgument
Return the name of the value type to match the argument and convert the value into when invoking the constructor or factory method.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.CollectionMetadata
Return the type specified for the values of the collection.
getValueType() - Method in interface org.osgi.service.blueprint.reflect.MapMetadata
Return the name of the type of the map values.
getVersion(BundleContext) - Static method in class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
Returns the OSGi platform version (using the manifest entries from the system bundle).
GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container has entered the grace period.

H

hashCode() - Method in class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
 

I

IdRefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for the verified id of another component managed by the Blueprint Container.
ImportContextClassLoader - Class in org.eclipse.gemini.blueprint.service.importer.support
Deprecated. As of Spring DM 2.0, replaced by ImportContextClassLoaderEnum
ImportContextClassLoaderEnum - Enum in org.eclipse.gemini.blueprint.service.importer.support
Enum describing the possible thread context class loader (tccl) options for imported OSGi services.
ImportedOsgiServiceProxy - Interface in org.eclipse.gemini.blueprint.service.importer
Infrastructure interface available on Spring-DM managed OSGi services.
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Allows subclasses to do custom initialisation here.
INSTALL - Static variable in class org.eclipse.gemini.blueprint.bundle.BundleAction
Install bundle.
InterfaceDetector - Interface in org.eclipse.gemini.blueprint.service.exporter.support
Service exporter interface that allows auto detection of 'interfaces' of the exported service.
INTERFACES - Static variable in class org.eclipse.gemini.blueprint.service.exporter.support.AutoExport
Deprecated. Export all interfaces (and their hierarchy) implemented by the given class
invokeBeanFactoryPostProcessors(ConfigurableListableBeanFactory) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
isBundleActive(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Indicates if the given bundle is active or not.
isBundleLazyActivated(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Indicates if the given bundle is lazily activated or not.
isBundleResolved(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Indicates if the given bundle is resolved or not.
isDynamic() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Indicates whether the returned properties object is dynamic or not.
isEquinox(BundleContext) - Static method in class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
Returns true if the given bundle context belongs to the Equinox platform.
isFelix(BundleContext) - Static method in class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
Returns true if the given bundle context belongs to the Felix platform.
isFragment(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Indicates if the given bundle is a fragment or not.
isKnopflerfish(BundleContext) - Static method in class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
Returns true if the given bundle context belongs to the Knopflerfish platform.
isMandatory() - Method in class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
 
isMandatory() - Method in interface org.eclipse.gemini.blueprint.service.importer.OsgiServiceDependency
Indicates if the dependency is mandatory or not.
isMandatory() - Method in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Indicates if this cardinality implies that at least one service is expected (mandatory cardinality).
isMultiple() - Method in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Indicates if this cardinality implies that multiple services are expected.
isOptional() - Method in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Indicates if this cardinality implies that is acceptable for no matching services to be found.
isR41() - Static method in class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
Determines if the current running platform implements OSGi Release 4.1 API or not.
isR42() - Static method in class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
Determines if the current running platform implements OSGi Release 4.2 API or not.
isReplay() - Method in class org.osgi.service.blueprint.container.BlueprintEvent
Return whether this event is a replay event.
isServicePresent(BundleContext, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
Checks if the given filter matches at least one OSGi service or not.
isSingle() - Method in class org.eclipse.gemini.blueprint.service.importer.support.Cardinality
Deprecated. Indicates if this cardinality implies that at most one service is expected.
isSingleton() - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
isSingleton() - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
isSingleton() - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
isSystemBundle(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
Indicates if the given bundle is the system bundle or not.
isValidFilter(String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Validates the given String as a OSGi filter.

L

LIST - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.CollectionType
Spring-managed list.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext

Loads the bean definitions via an XmlBeanDefinitionReader.

loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Loads the bean definitions with the given XmlBeanDefinitionReader.
loadClass(String, boolean) - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
 
LocalBundleContext - Class in org.eclipse.gemini.blueprint.service.importer.support
Class containing static methods used to obtain information about the current OSGi service invocation.
LocalBundleContext() - Constructor for class org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContext
 

M

MapEntry - Interface in org.osgi.service.blueprint.reflect
Metadata for a map entry.
MapMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a Map based value.
MemberType - Enum in org.eclipse.gemini.blueprint.service.importer.support
The type of the service collection.
Metadata - Interface in org.osgi.service.blueprint.reflect
Top level Metadata type.
MetadataFactory - Class in org.eclipse.gemini.blueprint.blueprint.reflect
Adapter factory that translates Blueprint ComponentMetadata into Spring BeanDefinitions (and vice versa).
MetadataFactory() - Constructor for class org.eclipse.gemini.blueprint.blueprint.reflect.MetadataFactory
 
multicastEvent(OsgiBundleApplicationContextEvent) - Method in interface org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticaster
Multicast the given application event to appropriate listeners.
multicastEvent(OsgiBundleApplicationContextEvent) - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticasterAdapter
 

N

NonNullMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a value that cannot null.
normalClose() - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
Non-delegated close operation (execute ConfigurableApplicationContext.close() in the traditional way).
normalClose() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
normalRefresh() - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
Non-delegated refresh operation (execute ConfigurableApplicationContext.refresh() in the traditional way).
normalRefresh() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
NoSuchComponentException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a component does not exist in a Blueprint Container.
NoSuchComponentException(String, String) - Constructor for exception org.osgi.service.blueprint.container.NoSuchComponentException
Create a No Such Component Exception for a non-existent component.
NoSuchComponentException(String) - Constructor for exception org.osgi.service.blueprint.container.NoSuchComponentException
Create a No Such Component Exception for a non-existent component.
NULL - Static variable in interface org.osgi.service.blueprint.reflect.NullMetadata
Singleton instance of NullMetadata.
NullMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a value specified to be null via the <null> element.
nullSafeBundleEventToString(int) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns a String representation for the given bundle event.
nullSafeName(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns the name of the given Bundle in a null-safe manner.
nullSafeNameAndSymName(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns the bundle name and symbolic name - useful when logging bundle info.
nullSafeSymbolicName(Bundle) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns the given Bundle symbolic name.
nullSafeToString(BundleEvent) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns a String representation for the given bundle event.
nullSafeToString(ServiceEvent) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns a String representation for the given ServiceEvent.
nullSafeToString(FrameworkEvent) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns a String representation for the given FrameworkEvent .
nullSafeToString(ServiceReference) - Static method in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Returns a String representation of the given ServiceReference.

O

onApplicationEvent(ApplicationContextEvent) - Method in class org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher
 
onOsgiApplicationEvent(E) - Method in interface org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener
Handles an OSGi application event.
org.eclipse.gemini.blueprint - package org.eclipse.gemini.blueprint
Core root package for Spring Dynamic Modules.
org.eclipse.gemini.blueprint.blueprint.compendium.cm.config - package org.eclipse.gemini.blueprint.blueprint.compendium.cm.config
 
org.eclipse.gemini.blueprint.blueprint.config - package org.eclipse.gemini.blueprint.blueprint.config
Configuration package dealing with XML and Blueprint Service namespace parsing.
org.eclipse.gemini.blueprint.blueprint.container - package org.eclipse.gemini.blueprint.blueprint.container
Adapter package for the OSGi Blueprint Service container.
org.eclipse.gemini.blueprint.blueprint.container.support - package org.eclipse.gemini.blueprint.blueprint.container.support
Support package for the OSGi Blueprint Service container.
org.eclipse.gemini.blueprint.blueprint.reflect - package org.eclipse.gemini.blueprint.blueprint.reflect
Support classes for Blueprint Service metadata.
org.eclipse.gemini.blueprint.bundle - package org.eclipse.gemini.blueprint.bundle
OSGi Bundle support package.
org.eclipse.gemini.blueprint.compendium.cm - package org.eclipse.gemini.blueprint.compendium.cm
Support classes for the OSGi Compendium Admin service.
org.eclipse.gemini.blueprint.compendium.config - package org.eclipse.gemini.blueprint.compendium.config
 
org.eclipse.gemini.blueprint.config - package org.eclipse.gemini.blueprint.config
Configuration package dealing with XML and Spring-DM namespace parsing.
org.eclipse.gemini.blueprint.context - package org.eclipse.gemini.blueprint.context
OSGi specific application context package.
org.eclipse.gemini.blueprint.context.event - package org.eclipse.gemini.blueprint.context.event
Event package for OSGi application contexts.
org.eclipse.gemini.blueprint.context.support - package org.eclipse.gemini.blueprint.context.support
Support package for OSGi specific application contexts.
org.eclipse.gemini.blueprint.service - package org.eclipse.gemini.blueprint.service
Exception hierarchy for Spring-DM's OSGi service integration.
org.eclipse.gemini.blueprint.service.exporter - package org.eclipse.gemini.blueprint.service.exporter
Generic interfaces for Spring-DM OSGi service export infrastructure.
org.eclipse.gemini.blueprint.service.exporter.support - package org.eclipse.gemini.blueprint.service.exporter.support
Support package for exporting objects as OSGi services.
org.eclipse.gemini.blueprint.service.importer - package org.eclipse.gemini.blueprint.service.importer
Generic interfaces for Spring-DM OSGi service import infrastructure.
org.eclipse.gemini.blueprint.service.importer.event - package org.eclipse.gemini.blueprint.service.importer.event
OSGi service importers event package.
org.eclipse.gemini.blueprint.service.importer.support - package org.eclipse.gemini.blueprint.service.importer.support
Support package for OSGi service imports.
org.eclipse.gemini.blueprint.util - package org.eclipse.gemini.blueprint.util
Useful OSGi utilities.
org.osgi.service.blueprint.container - package org.osgi.service.blueprint.container
Blueprint Container Package Version 1.0.
org.osgi.service.blueprint.reflect - package org.osgi.service.blueprint.reflect
Blueprint Reflection Package Version 1.0.
OsgiBundleApplicationContextEvent - Class in org.eclipse.gemini.blueprint.context.event
Base class for events raised for an ApplicationContext created inside an OSGi environment.
OsgiBundleApplicationContextEvent(ApplicationContext, Bundle) - Constructor for class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEvent
Constructs a new OsgiApplicationContextEvent instance.
OsgiBundleApplicationContextEventMulticaster - Interface in org.eclipse.gemini.blueprint.context.event
Interface to be implemented by objects that can manage a number of OsgiBundleApplicationContextListeners, and publish events to them.
OsgiBundleApplicationContextEventMulticasterAdapter - Class in org.eclipse.gemini.blueprint.context.event
Adapter class between Spring ApplicationEventMulticaster and Spring-DM OsgiBundleApplicationContextEventMulticaster.
OsgiBundleApplicationContextEventMulticasterAdapter(ApplicationEventMulticaster) - Constructor for class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticasterAdapter
Constructs a new OsgiBundleApplicationContextEventMulticasterAdapter instance.
OsgiBundleApplicationContextExecutor - Interface in org.eclipse.gemini.blueprint.context
DelegatedExecutionOsgiBundleApplicationContext executor.
OsgiBundleApplicationContextListener<E extends OsgiBundleApplicationContextEvent> - Interface in org.eclipse.gemini.blueprint.context.event
OSGi specific listener interested in notifications regarding the life cycle of OSGi application contexts.
OsgiBundleContextClosedEvent - Class in org.eclipse.gemini.blueprint.context.event
Event raised when an ApplicationContext#close() method executes inside an OSGi bundle.
OsgiBundleContextClosedEvent(ApplicationContext, Bundle, Throwable) - Constructor for class org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent
Constructs a new OsgiBundleContextClosedEvent instance.
OsgiBundleContextClosedEvent(ApplicationContext, Bundle) - Constructor for class org.eclipse.gemini.blueprint.context.event.OsgiBundleContextClosedEvent
Constructs a new OsgiBundleContextClosedEvent instance.
OsgiBundleContextFailedEvent - Class in org.eclipse.gemini.blueprint.context.event
Event raised when the initialization of an ApplicationContext failed.
OsgiBundleContextFailedEvent(ApplicationContext, Bundle, Throwable) - Constructor for class org.eclipse.gemini.blueprint.context.event.OsgiBundleContextFailedEvent
Constructs a new OsgiBundleContextFailedEvent instance.
OsgiBundleContextRefreshedEvent - Class in org.eclipse.gemini.blueprint.context.event
Event raised when an ApplicationContext#refresh() method executes successfully.
OsgiBundleContextRefreshedEvent(ApplicationContext, Bundle) - Constructor for class org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent
Constructs a new OsgiBundleContextRefreshedEvent instance.
OsgiBundleUtils - Class in org.eclipse.gemini.blueprint.util
Utility class for OSGi Bundles.
OsgiBundleUtils() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiBundleUtils
 
OsgiBundleXmlApplicationContext - Class in org.eclipse.gemini.blueprint.context.support
Stand-alone XML application context, backed by an OSGi bundle.
OsgiBundleXmlApplicationContext() - Constructor for class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Creates a new OsgiBundleXmlApplicationContext with no parent.
OsgiBundleXmlApplicationContext(ApplicationContext) - Constructor for class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Creates a new OsgiBundleXmlApplicationContext with the given parent context.
OsgiBundleXmlApplicationContext(String[]) - Constructor for class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Creates a new OsgiBundleXmlApplicationContext with the given configLocations.
OsgiBundleXmlApplicationContext(String[], ApplicationContext) - Constructor for class org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext
Creates a new OsgiBundleXmlApplicationContext with the given configLocations and parent context.
OsgiException - Exception in org.eclipse.gemini.blueprint
Root of the Spring DM exception hierarchy.
OsgiException() - Constructor for exception org.eclipse.gemini.blueprint.OsgiException
Default constructor using no specified cause or detailed message.
OsgiException(String, Throwable) - Constructor for exception org.eclipse.gemini.blueprint.OsgiException
Constructs a new OsgiException instance.
OsgiException(String) - Constructor for exception org.eclipse.gemini.blueprint.OsgiException
Constructs a new OsgiException instance.
OsgiException(Throwable) - Constructor for exception org.eclipse.gemini.blueprint.OsgiException
Constructs a new OsgiException instance.
OsgiFilterUtils - Class in org.eclipse.gemini.blueprint.util
Utility class for creating OSGi filters.
OsgiFilterUtils() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
 
OsgiListenerUtils - Class in org.eclipse.gemini.blueprint.util
Utility class for dealing with various OSGi listeners, mainly ServiceListeners.
OsgiListenerUtils() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiListenerUtils
 
OsgiPlatformDetector - Class in org.eclipse.gemini.blueprint.util
Utility class that detects the running platform.
OsgiPlatformDetector() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiPlatformDetector
 
OsgiServiceCollectionProxyFactoryBean - Class in org.eclipse.gemini.blueprint.service.importer.support
OSGi service (collection) importer.
OsgiServiceCollectionProxyFactoryBean() - Constructor for class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
 
OsgiServiceDependency - Interface in org.eclipse.gemini.blueprint.service.importer
Dependency contract to an OSGi service.
OsgiServiceDependencyEvent - Class in org.eclipse.gemini.blueprint.service.importer.event
Base event type used for sending dependencies notifications.
OsgiServiceDependencyEvent(Object, OsgiServiceDependency) - Constructor for class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyEvent
Constructs a new OsgiServiceDependencyEvent instance.
OsgiServiceDependencyWaitEndedEvent - Class in org.eclipse.gemini.blueprint.service.importer.event
Importer event indicating that the wait for a given dependency has ended (successfully), namely the dependency was found before the time allocated for it elapsed.
OsgiServiceDependencyWaitEndedEvent(Object, OsgiServiceDependency, long) - Constructor for class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitEndedEvent
Constructs a new OsgiServiceDependencyWaitEndedEvent instance.
OsgiServiceDependencyWaitStartingEvent - Class in org.eclipse.gemini.blueprint.service.importer.event
Dedicated event for OSGi dependencies that are imported in a timed manner.
OsgiServiceDependencyWaitStartingEvent(Object, OsgiServiceDependency, long) - Constructor for class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent
Constructs a new OsgiServiceDependencyWaitStartingEvent instance.
OsgiServiceDependencyWaitTimedOutEvent - Class in org.eclipse.gemini.blueprint.service.importer.event
Event raised when an OSGi service dependency could not be found in a certain amount of time.
OsgiServiceDependencyWaitTimedOutEvent(Object, OsgiServiceDependency, long) - Constructor for class org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitTimedOutEvent
Constructs a new OsgiServiceDependencyWaitTimedOutEvent instance.
OsgiServiceFactoryBean - Class in org.eclipse.gemini.blueprint.service.exporter.support
FactoryBean that transparently publishes other beans in the same application context as OSGi services returning the ServiceRegistration for the given object.
OsgiServiceFactoryBean() - Constructor for class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
OsgiServiceLifecycleListener - Interface in org.eclipse.gemini.blueprint.service.importer
Listener tracking binding and unbinding of OSGi services used as normal object references inside a Spring application context.
OsgiServicePropertiesResolver - Interface in org.eclipse.gemini.blueprint.service.exporter
An OsgiServicePropertiesResolver is responsible for providing the properties that a bean exposed as a service will be published with.
OsgiServiceProxyFactoryBean - Class in org.eclipse.gemini.blueprint.service.importer.support
OSGi (single) service importer.
OsgiServiceProxyFactoryBean() - Constructor for class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
 
OsgiServiceReferenceUtils - Class in org.eclipse.gemini.blueprint.util
Utility class for retrieving OSGi service references.
OsgiServiceReferenceUtils() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiServiceReferenceUtils
 
OsgiServiceRegistrationListener - Interface in org.eclipse.gemini.blueprint.service.exporter
Registration listener that needs notifications of registration and unregistration of OSGi services exported through Spring OSGi.
OsgiServiceUtils - Class in org.eclipse.gemini.blueprint.util
Utility class offering easy access to OSGi services.
OsgiServiceUtils() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiServiceUtils
 
OsgiStringUtils - Class in org.eclipse.gemini.blueprint.util
Utility class for creating nice string representations of various OSGi classes.
OsgiStringUtils() - Constructor for class org.eclipse.gemini.blueprint.util.OsgiStringUtils
 

P

postProcessAfterInitialization(Object, String) - Method in class org.eclipse.gemini.blueprint.context.support.BundleContextAwareProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
postProcessBeforeInitialization(Object, String) - Method in class org.eclipse.gemini.blueprint.context.support.BundleContextAwareProcessor
 
prepareRefresh() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
propertiesChange(ServicePropertiesChangeEvent) - Method in interface org.eclipse.gemini.blueprint.service.exporter.support.ServicePropertiesChangeListener
Notifies when the service properties have been changed.
PropsMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a java.util.Properties based value.

R

ReferenceListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference listener interested in the reference bind and unbind events for a service reference.
ReferenceListMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a list of service references.
ReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference that will bind to a single matching service in the service registry.
RefMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to another component managed by the Blueprint Container.
refresh() - Method in interface org.eclipse.gemini.blueprint.context.OsgiBundleApplicationContextExecutor
Execute the delegated ConfigurableApplicationContext.refresh().
refresh() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
Delegate execution of refresh method to a third party.
registerBeanPostProcessors(ConfigurableListableBeanFactory) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
registerBeanPostProcessors(ConfigurableListableBeanFactory, Class<?>, Class<?>, boolean) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
Instantiate and invoke all registered BeanPostProcessor beans, respecting explicit order if given.
registerCustomEditors(PropertyEditorRegistry) - Method in class org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintEditorRegistrar
 
registered(Object, Map) - Method in interface org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListener
Called when the the service exported has been registered in the OSGi space.
RegistrationListener - Interface in org.osgi.service.blueprint.reflect
Metadata for a registration listener interested in service registration and unregistration events for a service.
ReifiedType - Class in org.osgi.service.blueprint.container
Provides access to a concrete type and its optional generic type parameters.
ReifiedType(Class) - Constructor for class org.osgi.service.blueprint.container.ReifiedType
Create a Reified Type for a raw Java class without any generic type parameters.
removeAllListeners() - Method in interface org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticaster
Remove all listeners registered with this multicaster.
removeAllListeners() - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticasterAdapter
 
removeApplicationListener(OsgiBundleApplicationContextListener) - Method in interface org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticaster
Remove an OSGi listener from the notification list.
removeApplicationListener(OsgiBundleApplicationContextListener) - Method in class org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEventMulticasterAdapter
Remove an OSGi listener from the notification list. The given listener is wrapped with an adapter class that delegates the equals/hashcode methods to the wrapped listener instance.
removeListener(ServicePropertiesChangeListener) - Method in interface org.eclipse.gemini.blueprint.service.exporter.support.ServicePropertiesListenerManager
Removes a listener interested in service properties changes.
removeServiceListener(BundleContext, ServiceListener) - Static method in class org.eclipse.gemini.blueprint.util.OsgiListenerUtils
Removes a service listener from the given bundle context.

S

SCOPE_PROTOTYPE - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has prototype scope.
SCOPE_SINGLETON - Static variable in interface org.osgi.service.blueprint.reflect.BeanMetadata
The bean has singleton scope.
SERVICE_EVENTS - Static variable in class org.eclipse.gemini.blueprint.util.OsgiStringUtils
Constant over the Service events
SERVICE_PROVIDER - Static variable in class org.eclipse.gemini.blueprint.service.exporter.support.ExportContextClassLoader
Deprecated. The TCCL will be set to the service provider upon service invocation.
SERVICE_PROVIDER - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoader
Deprecated. The TCCL will be set to that of the service provider upon service invocation.
ServiceException - Exception in org.eclipse.gemini.blueprint.service
OSGi service specific exception.
ServiceException() - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceException
Constructs a new ServiceException instance.
ServiceException(String, Throwable) - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceException
Constructs a new ServiceException instance.
ServiceException(String) - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceException
Constructs a new ServiceException instance.
ServiceException(Throwable) - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceException
Constructs a new ServiceException instance.
ServiceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a service to be registered by the Blueprint Container when enabled.
ServicePropertiesChangeEvent - Class in org.eclipse.gemini.blueprint.service.exporter.support
Event indicating when a change occurred in the service properties.
ServicePropertiesChangeEvent(Map<?, ?>) - Constructor for class org.eclipse.gemini.blueprint.service.exporter.support.ServicePropertiesChangeEvent
 
ServicePropertiesChangeListener - Interface in org.eclipse.gemini.blueprint.service.exporter.support
Listener for receiving service properties change events.
ServicePropertiesListenerManager - Interface in org.eclipse.gemini.blueprint.service.exporter.support
Service properties change listener manager.
ServiceProxyDestroyedException - Exception in org.eclipse.gemini.blueprint.service.importer
Exception indicating the accessed OSGi service proxy has been destroyed.
ServiceProxyDestroyedException() - Constructor for exception org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedException
Constructs a new ServiceProxyDestroyedException instance.
ServiceProxyDestroyedException(String, Throwable) - Constructor for exception org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedException
Constructs a new ServiceProxyDestroyedException instance.
ServiceProxyDestroyedException(String) - Constructor for exception org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedException
Constructs a new ServiceProxyDestroyedException instance.
ServiceProxyDestroyedException(Throwable) - Constructor for exception org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedException
Constructs a new ServiceProxyDestroyedException instance.
ServiceReferenceEditor - Class in org.eclipse.gemini.blueprint.service.importer.support
PropertyEditor that converts an <osgi:reference> element into a ServiceReference.
ServiceReferenceEditor() - Constructor for class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor
 
ServiceReferenceMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a reference to an OSGi service.
ServiceReferenceProxy - Interface in org.eclipse.gemini.blueprint.service.importer
ServiceReference extension used by Spring-DM service importers.
ServiceUnavailableException - Exception in org.eclipse.gemini.blueprint.service
Exception indicating that an OSGi service became unavailable/unregistered.
ServiceUnavailableException(Filter) - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceUnavailableException
Constructs a new ServiceUnavailableException instance.
ServiceUnavailableException(String) - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceUnavailableException
Constructs a new ServiceUnavailableException instance.
ServiceUnavailableException(ServiceReference) - Constructor for exception org.eclipse.gemini.blueprint.service.ServiceUnavailableException
Constructs a new ServiceUnavailableException instance.
ServiceUnavailableException - Exception in org.osgi.service.blueprint.container
A Blueprint exception indicating that a service is unavailable.
ServiceUnavailableException(String, String) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message.
ServiceUnavailableException(String, String, Throwable) - Constructor for exception org.osgi.service.blueprint.container.ServiceUnavailableException
Creates a Service Unavailable Exception with the specified message and exception cause.
SET - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.CollectionType
Spring-managed set.
setAction(BundleAction) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Deprecated. As of Spring DM 2.0, replaced by #setBundleAction(BundleAction)
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
 
setAsText(String) - Method in class org.eclipse.gemini.blueprint.blueprint.container.support.DateEditor
 
setAsText(String) - Method in class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor

Converts the given text value to a ServiceReference.

setAutoExport(AutoExport) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Deprecated.  
setAvailability(Availability) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Sets the importer availability.
setBeanClassLoader(ClassLoader) - Method in class org.eclipse.gemini.blueprint.context.support.DefaultContextClassLoaderProvider
 
setBeanClassLoader(ClassLoader) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
setBeanClassLoader(ClassLoader) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
This method is called automatically by the container.
setBeanFactory(BeanFactory) - Method in class org.eclipse.gemini.blueprint.blueprint.container.BlueprintConverterConfigurer
 
setBeanFactory(BeanFactory) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
setBeanName(String) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
setBeanName(String) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
 
setBundle(Bundle) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Set the backing bundle used by this class.
setBundleAction(BundleActionEnum) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Action to execute at startup.
setBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
setBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
 
setBundleContext(BundleContext) - Method in interface org.eclipse.gemini.blueprint.context.BundleContextAware
Set the BundleContext that this bean runs in.
setBundleContext(BundleContext) - Method in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Sets the BundleContext used by this OSGi bundle application context.
setBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
Sets the BundleContext used by this OSGi bundle application context.

Will automatically determine the bundle, create a new ResourceLoader (and set its ClassLoader (if none is set already) to a custom implementation that will delegate the calls to the bundle).

setBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.BeanNameServicePropertiesResolver
 
setBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
 
setBundleContext(BundleContext) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
 
setBundleDestroyAction(BundleActionEnum) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Action to execute at shutdown.
setCacheTarget(boolean) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the caching of the exported target object.
setCardinality(Cardinality) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Deprecated. As of Spring DM 2.0, replaced by AbstractOsgiServiceImportFactoryBean.setAvailability(Availability)
setClassLoader(ClassLoader) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
setClassLoader(ClassLoader) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
setCollectionType(CollectionType) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
Sets the collection type this FactoryBean will produce.
setComparator(Comparator) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
Sets the (optional) comparator for ordering the resulting collection.
setConfigLocations(String[]) - Method in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Sets the config locations for this OSGi bundle application context.
setConfigLocations(String[]) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
setContextClassLoader(ExportContextClassLoader) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Deprecated. As of Spring DM 2.0, replaced by OsgiServiceFactoryBean.setExportContextClassLoader(ExportContextClassLoaderEnum)
setContextClassLoader(ImportContextClassLoader) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Deprecated. As of Spring DM 2.0, replaced by #setImportContextClassLoader(ImportContextClassLoaderEnum))
setContextClassLoaderProvider(ContextClassLoaderProvider) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
Sets the ContextClassLoaderProvider used by this OSGi application context instance.
setDelegatedEventMulticaster(OsgiBundleApplicationContextEventMulticaster) - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
Allows a delegated OsgiBundleApplicationContextEventMulticaster, external to the application context, to be used for sending OSGi application context events regarding the application context life cycle.
setDelegatedEventMulticaster(OsgiBundleApplicationContextEventMulticaster) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
setDelegatedEventMulticaster(ApplicationEventMulticaster) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
Sets the OSGi multicaster by using a Spring ApplicationEventMulticaster.
setDestroyAction(BundleAction) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Deprecated. As of Spring DM 2.0, replaced by BundleFactoryBean.setBundleDestroyAction(BundleActionEnum)
setDynamic(boolean) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Indicates if the returned configuration is dynamic or static.
setExecutor(OsgiBundleApplicationContextExecutor) - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
Assigns the OsgiBundleApplicationContextExecutor for this delegated context.
setExecutor(OsgiBundleApplicationContextExecutor) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
setExportContextClassLoader(ExportContextClassLoaderEnum) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the context class loader management strategy to use when invoking operations on the exposed target bean.
setFilter(String) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Sets the OSGi service filter.
setGreedyProxying(boolean) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
Dictates whether greedy proxies are created or not (default).
setImportContextClassLoader(ImportContextClassLoaderEnum) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Sets the thread context class loader management strategy to use for services imported by this service.
setInitLazy(boolean) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Specifies whether the properties reflecting the Configuration Admin service entry will be initialized lazy or not.
setInitTimeout(long) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Specifies the amount of time (in milliseconds) the bean factory will wait for the Configuration Admin entry to be initialized (return a non-null value).
setInterfaceDetector(InterfaceDetector) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the strategy used for automatically publishing classes.
setInterfaces(Class<?>[]) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the interfaces advertised by the service.These will be advertised in the OSGi space and are considered when looking for a service.
setInterfaces(Class<?>[]) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Sets the classes that the imported service advertises.
setListeners(OsgiServiceLifecycleListener[]) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Sets the lifecycle listeners interested in receiving events for this importer.
setLocalOverride(boolean) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Sets whether local properties override properties from files.
setLocation(String) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Set the bundle location (optional operation).
setMemberType(MemberType) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean
Sets the member type of this service collection.
setOrder(int) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Set the ordering which will apply to this class's implementation of Ordered, used when applying multiple BeanPostProcessors.
setPersistentId(String) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Sets the ConfigurationAdmin persistent Id that the bean should read.
setProperties(Properties) - Method in class org.eclipse.gemini.blueprint.compendium.cm.ConfigAdminPropertiesFactoryBean
Sets the local properties, e.g. via the nested tag in XML bean definitions.
setPublishContextAsService(boolean) - Method in interface org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext
Indicates whether this application context should be publish as an OSGi service if successfully started.
setPublishContextAsService(boolean) - Method in class org.eclipse.gemini.blueprint.context.support.AbstractOsgiBundleApplicationContext
 
setPushBundleAsContextClassLoader(boolean) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Determines whether invocations on the remote service should be performed in the context (thread context class loader) of the target bundle's ClassLoader.
setRanking(int) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Shortcut for setting the ranking property of the published service.
setRegisterService(boolean) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Controls whether the service actually gets published or not.
setResolver(OsgiServicePropertiesResolver) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the property resolver used when publishing the bean as an OSGi service.
setResourceLoader(ResourceLoader) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
 
setServiceBeanName(String) - Method in class org.eclipse.gemini.blueprint.service.importer.support.AbstractOsgiServiceImportFactoryBean
Sets the OSGi service bean name.
setServiceProperties(Map) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the properties used when exposing the target as an OSGi service.
setStartLevel(int) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Sets the bundle start level.
setSticky(boolean) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
Sets the stickiness of this proxy.
setSymbolicName(String) - Method in class org.eclipse.gemini.blueprint.bundle.BundleFactoryBean
Set the bundle symbolic name (optional operation).
setTarget(Object) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the given object to be export as an OSGi service.
setTargetBeanName(String) - Method in class org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean
Sets the name of the bean managed by the Spring container, which will be exported as an OSGi service.
setTimeout(long) - Method in class org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean
Sets how long (in milliseconds) should this importer wait between failed attempts at rebinding to a service that has been unregistered.
setValue(Object) - Method in class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor

Converts the given value to a ServiceReference.

size() - Method in class org.osgi.service.blueprint.container.ReifiedType
Return the number of type parameters for this type.
SORTED_LIST - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.CollectionType
Spring-managed sorted list.
SORTED_SET - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.CollectionType
Spring-managed sorted Set.
SpringBlueprintContainer - Class in org.eclipse.gemini.blueprint.blueprint.container
Default BlueprintContainer implementation.
SpringBlueprintContainer(ConfigurableApplicationContext) - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintContainer
 
SpringBlueprintConverter - Class in org.eclipse.gemini.blueprint.blueprint.container
Blueprint converter exposing the backing container conversion capabilities.
SpringBlueprintConverter(ConfigurableBeanFactory) - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverter
 
SpringBlueprintConverterService - Class in org.eclipse.gemini.blueprint.blueprint.container
OSGi 4.2 Blueprint converter adapter as an Spring 3.0 ConverterService.
SpringBlueprintConverterService(ConversionService, ConfigurableBeanFactory) - Constructor for class org.eclipse.gemini.blueprint.blueprint.container.SpringBlueprintConverterService
 
START - Static variable in class org.eclipse.gemini.blueprint.bundle.BundleAction
Start bundle.
startRefresh() - Method in interface org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext
First phase of the refresh.
startRefresh() - Method in class org.eclipse.gemini.blueprint.context.support.AbstractDelegatedExecutionApplicationContext
 
STOP - Static variable in class org.eclipse.gemini.blueprint.bundle.BundleAction
Stop bundle.

T

Target - Interface in org.osgi.service.blueprint.reflect
A common interface for managed components that can be used as a direct target for method calls.
TIMESTAMP - Static variable in class org.osgi.service.blueprint.container.EventConstants
The time the event was created.
TOPIC_BLUEPRINT_EVENTS - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic prefix for all events issued by the Blueprint Container
TOPIC_CREATED - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container CREATED events
TOPIC_CREATING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container CREATING events
TOPIC_DESTROYED - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container DESTROYED events
TOPIC_DESTROYING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container DESTROYING events
TOPIC_FAILURE - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container FAILURE events
TOPIC_GRACE_PERIOD - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container GRACE_PERIOD events
TOPIC_WAITING - Static variable in class org.osgi.service.blueprint.container.EventConstants
Topic for Blueprint Container WAITING events
toString() - Method in class org.eclipse.gemini.blueprint.service.importer.DefaultOsgiServiceDependency
 
toString() - Method in class org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoader
 
TYPE - Static variable in class org.osgi.service.blueprint.container.EventConstants
The type of the event that has been issued.

U

unbind(Object, Map) - Method in interface org.eclipse.gemini.blueprint.service.importer.OsgiServiceLifecycleListener
Called when a service is being unbinded inside the proxy (be it single or multi value).
unifyFilter(String, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Adds the given class as an 'and'(&) Constants.OBJECTCLASS constraint to the given filter.
unifyFilter(Class<?>, String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Adds the given class to the given filter.
unifyFilter(Class<?>[], String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Adds the given classes to the given filter.
unifyFilter(String[], String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Adds the given classes as an 'and'(&) Constants.OBJECTCLASS constraint to the given filter.
unifyFilter(String, String[], String) - Static method in class org.eclipse.gemini.blueprint.util.OsgiFilterUtils
Concatenates the given strings with an 'and'(&) constraint under the given key to the given filter.
UNINSTALL - Static variable in class org.eclipse.gemini.blueprint.bundle.BundleAction
Uninstall bundle.
UNMANAGED - Static variable in class org.eclipse.gemini.blueprint.service.exporter.support.ExportContextClassLoader
Deprecated. The TCCL will not be managed upon service invocation.
UNMANAGED - Static variable in class org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoader
Deprecated. The TCCL will not be managed upon service invocation.
unregistered(Object, Map) - Method in interface org.eclipse.gemini.blueprint.service.exporter.OsgiServiceRegistrationListener
Called when the OSGi service has been unregistered (removed from OSGi space).
unregisterService(ServiceRegistration) - Static method in class org.eclipse.gemini.blueprint.util.OsgiServiceUtils
Unregisters the given service registration from the given bundle.
UPDATE - Static variable in class org.eclipse.gemini.blueprint.bundle.BundleAction
Update bundle.
USE_SERVICE_OBJECT - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Reference list values must be proxies to the actual service objects.
USE_SERVICE_REFERENCE - Static variable in interface org.osgi.service.blueprint.reflect.ReferenceListMetadata
Reference list values must be ServiceReference objects.

V

ValueMetadata - Interface in org.osgi.service.blueprint.reflect
Metadata for a simple String value that will be type-converted if necessary before injecting.
valueOf(String) - Static method in enum org.eclipse.gemini.blueprint.bundle.BundleActionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.gemini.blueprint.service.exporter.support.DefaultInterfaceDetector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.gemini.blueprint.service.exporter.support.ExportContextClassLoaderEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.gemini.blueprint.service.importer.support.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoaderEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.gemini.blueprint.service.importer.support.MemberType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.gemini.blueprint.bundle.BundleActionEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.eclipse.gemini.blueprint.service.exporter.support.DefaultInterfaceDetector
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.eclipse.gemini.blueprint.service.exporter.support.ExportContextClassLoaderEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.eclipse.gemini.blueprint.service.importer.support.Availability
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.eclipse.gemini.blueprint.service.importer.support.ImportContextClassLoaderEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.eclipse.gemini.blueprint.service.importer.support.MemberType
Returns an array containing the constants of this enum type, in the order they're declared.

W

WAITING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
The Blueprint Container is waiting on the availability of a service to satisfy an invocation on a referenced service.

A B C D E F G H I L M N O P R S T U V W

Copyright © 2006-2010 Spring Framework. All Rights Reserved.