Module org.glassfish.metro.wsit.api
Interface ReconfigNotifier
public interface ReconfigNotifier
The communication components of the config management system may create instances
of this listener that are used then to notify clients when the endpoint was
reconfigured.
- Author:
- Fabian Ritzmann
-
Method Summary
Modifier and TypeMethodDescriptionvoidEmit a notification that the endpoint was reconfigured.
-
Method Details
-
sendNotification
void sendNotification()Emit a notification that the endpoint was reconfigured.
-