| 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 |
|---|---|
RegistrationListener |
Parser.parseRegistrationListener(Element element,
ComponentMetadata enclosingComponent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableRegistrationListener
A mutable version of the
RegistrationListener that allows modifications. |
| Modifier and Type | Method and Description |
|---|---|
RegistrationListener |
MutableServiceMetadata.addRegistrationListener(Target listenerComponent,
String registrationMethodName,
String unregistrationMethodName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableServiceMetadata.addRegistrationListener(RegistrationListener listener) |
void |
MutableServiceMetadata.removeRegistrationListener(RegistrationListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegistrationListenerImpl
Implementation of RegistrationListener.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationListener |
ServiceMetadataImpl.addRegistrationListener(Target listenerComponent,
String registrationMethodName,
String unregistrationMethodName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RegistrationListener> |
ServiceMetadataImpl.getRegistrationListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMetadataImpl.addRegistrationListener(RegistrationListener registrationListenerMetadata) |
void |
ServiceMetadataImpl.removeRegistrationListener(RegistrationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMetadataImpl.setRegistrationListeners(Collection<RegistrationListener> registrationListeners) |
| Constructor and Description |
|---|
RegistrationListenerImpl(RegistrationListener source) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RegistrationListener> |
ServiceMetadata.getRegistrationListeners()
Return the registration listeners to be notified when the service is
registered and unregistered with the framework.
|
Copyright © 2012. All Rights Reserved.