Package | Description |
---|---|
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.mutable | |
org.apache.aries.blueprint.reflect | |
org.osgi.service.blueprint.reflect |
Blueprint Reflection Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceReferenceRecipe.Listener.setMetadata(ReferenceListener metadata) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableReferenceListener
A mutable version of the
Listener that allows modifications. |
Modifier and Type | Method and Description |
---|---|
ReferenceListener |
MutableServiceReferenceMetadata.addServiceListener(Target listenerComponent,
String bindMethodName,
String unbindMethodName) |
Modifier and Type | Method and Description |
---|---|
void |
MutableServiceReferenceMetadata.addServiceListener(ReferenceListener listener) |
void |
MutableServiceReferenceMetadata.removeReferenceListener(ReferenceListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceListenerImpl
Implementation of Listener
|
Modifier and Type | Field and Description |
---|---|
protected Collection<ReferenceListener> |
ServiceReferenceMetadataImpl.referenceListeners |
Modifier and Type | Method and Description |
---|---|
ReferenceListener |
ServiceReferenceMetadataImpl.addServiceListener(Target listenerComponent,
String bindMethodName,
String unbindMethodName) |
Modifier and Type | Method and Description |
---|---|
Collection<ReferenceListener> |
ServiceReferenceMetadataImpl.getReferenceListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceReferenceMetadataImpl.addServiceListener(ReferenceListener bindingListenerMetadata) |
void |
ServiceReferenceMetadataImpl.removeReferenceListener(ReferenceListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceReferenceMetadataImpl.setReferenceListeners(Collection<ReferenceListener> listeners) |
Constructor and Description |
---|
ReferenceListenerImpl(ReferenceListener source) |
Modifier and Type | Method and Description |
---|---|
Collection<ReferenceListener> |
ServiceReferenceMetadata.getReferenceListeners()
Return the reference listeners to receive bind and unbind events.
|
Copyright © 2016. All rights reserved.