@ConsumerType
public interface RegistrationListener
The registration listener is called with the initial state of the service when the registration listener is actuated.
| Modifier and Type | Method and Description |
|---|---|
Target |
getListenerComponent()
Return the Metadata for the component that will receive registration and
unregistration events.
|
java.lang.String |
getRegistrationMethod()
Return the name of the registration method.
|
java.lang.String |
getUnregistrationMethod()
Return the name of the unregistration method.
|
Target getListenerComponent()
ref attribute or via an inlined
component.java.lang.String getRegistrationMethod()
registration-method attribute of the
registration listener.java.lang.String getUnregistrationMethod()
unregistration-method attribute of the
registration listener.