Uses of Interface
org.osgi.service.blueprint.reflect.Target

Packages that use Target
org.apache.aries.blueprint   
org.apache.aries.blueprint.ext   
org.apache.aries.blueprint.mutable   
org.apache.aries.blueprint.namespace   
org.apache.aries.blueprint.reflect   
org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. 
 

Uses of Target in org.apache.aries.blueprint
 

Subinterfaces of Target in org.apache.aries.blueprint
 interface ExtendedBeanMetadata
          An extended BeanMetadata that allows specifying if the bean instances are processors or not.
 interface PassThroughMetadata
          Metadata used to bypass the creation of the object.
 

Methods in org.apache.aries.blueprint that return types with arguments of type Target
 java.util.List<Target> ComponentDefinitionRegistry.getTypeConverters()
           
 

Methods in org.apache.aries.blueprint with parameters of type Target
 void ComponentDefinitionRegistry.registerTypeConverter(Target component)
           
 

Uses of Target in org.apache.aries.blueprint.ext
 

Subinterfaces of Target in org.apache.aries.blueprint.ext
 interface ComponentFactoryMetadata
          Custom metadata that can acts like a built-in bean manager for the component life-cycle events create and destroy.
 interface DependentComponentFactoryMetadata
          Metadata for custom components that need to plug in to the Blueprint container lifecycle for beans
 

Uses of Target in org.apache.aries.blueprint.mutable
 

Subinterfaces of Target in org.apache.aries.blueprint.mutable
 interface MutableBeanMetadata
          A mutable version of the BeanMetadata that allows modifications.
 interface MutablePassThroughMetadata
          The mutable version of the PassThroughMetadata interface
 interface MutableReferenceMetadata
          A mutable version of the ReferenceMetadata that allows modifications.
 interface MutableRefMetadata
          A mutable version of the RefMetadata that allows modifications.
 

Methods in org.apache.aries.blueprint.mutable with parameters of type Target
 RegistrationListener MutableServiceMetadata.addRegistrationListener(Target listenerComponent, java.lang.String registrationMethodName, java.lang.String unregistrationMethodName)
           
 ReferenceListener MutableServiceReferenceMetadata.addServiceListener(Target listenerComponent, java.lang.String bindMethodName, java.lang.String unbindMethodName)
           
 void MutableBeanMetadata.setFactoryComponent(Target factoryComponent)
           
 void MutableReferenceListener.setListenerComponent(Target listenerComponent)
           
 void MutableRegistrationListener.setListenerComponent(Target listenerComponent)
           
 void MutableServiceMetadata.setServiceComponent(Target serviceComponent)
           
 

Uses of Target in org.apache.aries.blueprint.namespace
 

Methods in org.apache.aries.blueprint.namespace that return types with arguments of type Target
 java.util.List<Target> ComponentDefinitionRegistryImpl.getTypeConverters()
           
 

Methods in org.apache.aries.blueprint.namespace with parameters of type Target
 void ComponentDefinitionRegistryImpl.registerTypeConverter(Target component)
           
 

Uses of Target in org.apache.aries.blueprint.reflect
 

Classes in org.apache.aries.blueprint.reflect that implement Target
 class BeanMetadataImpl
          Implementation of BeanMetadata
 class PassThroughMetadataImpl
          A metadata for environment managers.
 class ReferenceMetadataImpl
          Implementation of ReferenceMetadata
 class RefMetadataImpl
          Implementation of RefMetadata
 

Methods in org.apache.aries.blueprint.reflect that return Target
static Target MetadataUtil.cloneTarget(Target source)
          Clone a target item, returning a mutable instance.
 Target BeanMetadataImpl.getFactoryComponent()
           
 Target RegistrationListenerImpl.getListenerComponent()
           
 Target ReferenceListenerImpl.getListenerComponent()
           
 Target ServiceMetadataImpl.getServiceComponent()
           
 

Methods in org.apache.aries.blueprint.reflect with parameters of type Target
 RegistrationListener ServiceMetadataImpl.addRegistrationListener(Target listenerComponent, java.lang.String registrationMethodName, java.lang.String unregistrationMethodName)
           
 ReferenceListener ServiceReferenceMetadataImpl.addServiceListener(Target listenerComponent, java.lang.String bindMethodName, java.lang.String unbindMethodName)
           
static Target MetadataUtil.cloneTarget(Target source)
          Clone a target item, returning a mutable instance.
 void BeanMetadataImpl.setFactoryComponent(Target factoryComponent)
           
 void RegistrationListenerImpl.setListenerComponent(Target listenerComponent)
           
 void ReferenceListenerImpl.setListenerComponent(Target listenerComponent)
           
 void ServiceMetadataImpl.setServiceComponent(Target exportedComponent)
           
 

Constructors in org.apache.aries.blueprint.reflect with parameters of type Target
ReferenceListenerImpl(Target listenerComponent, java.lang.String bindMethod, java.lang.String unbindMethod)
           
RegistrationListenerImpl(Target listenerComponent, java.lang.String registrationMethod, java.lang.String unregistrationMethod)
           
 

Uses of Target in org.osgi.service.blueprint.reflect
 

Subinterfaces of Target in org.osgi.service.blueprint.reflect
 interface BeanMetadata
          Metadata for a Bean component.
 interface ReferenceMetadata
          Metadata for a reference that will bind to a single matching service in the service registry.
 interface RefMetadata
          Metadata for a reference to another component managed by the Blueprint Container.
 

Methods in org.osgi.service.blueprint.reflect that return Target
 Target BeanMetadata.getFactoryComponent()
          Return the Metadata for the factory component on which to invoke the factory method for the bean.
 Target ReferenceListener.getListenerComponent()
          Return the Metadata for the component that will receive bind and unbind events.
 Target RegistrationListener.getListenerComponent()
          Return the Metadata for the component that will receive registration and unregistration events.
 Target ServiceMetadata.getServiceComponent()
          Return the Metadata for the component to be exported as a service.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.