public interface RegistrationListener
A Listener that may associated with a provider registration by a user of the registration. The Listener will be notified if the corresponding provider is unregistered or replaced.
void notify(String layer, String appContext)
layer
- a String identifying the message layer(s) corresponding to
registration for which the listerner is being notified.appContext
- a String value identifying the application context(s)
corresponding to registration for which the listerner is being
notified. The factory detaches the listener from the
corresponding registration once the listener has been notified
for the registration. The detachListerner method must be called
to detach listeners that are no longer in use.Copyright © 2018 JBoss by Red Hat. All rights reserved.