|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.provider.wsit.ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener
public class ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener
| Constructor Summary | |
|---|---|
ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener(java.lang.String layer,
java.lang.String appCtxt)
|
|
| Method Summary | |
|---|---|
void |
notify(java.lang.String layer,
java.lang.String appContext)
Notify the listener that a registration with which it was associated was replaced or unregistered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener(java.lang.String layer,
java.lang.String appCtxt)
| Method Detail |
|---|
public void notify(java.lang.String layer,
java.lang.String appContext)
RegistrationListener When a RegistrationListener is associated with a provider
registration within the factory, the factory must call its
notify method when the corresponding registration
is unregistered or replaced.
notify in interface RegistrationListenerlayer - A String identifying the one or more message layers
corresponding to the registration for which the listerner is being
notified.appContext - A String value identifying the application
contexts corresponding to the registration for which the listener 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||