Package | Description |
---|---|
org.osgi.service.blueprint.reflect |
Modifier and Type | Interface | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|