Uses of Interface
org.osgi.service.blueprint.reflect.Target
-
Packages that use Target Package Description org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. -
-
Uses of Target in org.osgi.service.blueprint.reflect
Subinterfaces of Target in org.osgi.service.blueprint.reflect Modifier and Type Interface Description interfaceBeanMetadataMetadata for a Bean component.interfaceReferenceMetadataMetadata for a reference that will bind to a single matching service in the service registry.interfaceRefMetadataMetadata for a reference to another component managed by the Blueprint Container.Methods in org.osgi.service.blueprint.reflect that return Target Modifier and Type Method Description TargetBeanMetadata. getFactoryComponent()Return the Metadata for the factory component on which to invoke the factory method for the bean.TargetReferenceListener. getListenerComponent()Return the Metadata for the component that will receive bind and unbind events.TargetRegistrationListener. getListenerComponent()Return the Metadata for the component that will receive registration and unregistration events.TargetServiceMetadata. getServiceComponent()Return the Metadata for the component to be exported as a service.
-