Package org.jboss.as.controller
Interface AbstractControllerService.ControllerInstabilityListener
- Enclosing class:
- AbstractControllerService
public static interface AbstractControllerService.ControllerInstabilityListener
Listener for notifications that the
ModelController is unstable and a
process restart is necessary.-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification that theModelControllershould be considered to be unstable, e.g. due to the service container managed by theModelControllernot being able to reach stability or due to some unhandled error.
-
Method Details
-
controllerUnstable
void controllerUnstable()Notification that theModelControllershould be considered to be unstable, e.g. due to the service container managed by theModelControllernot being able to reach stability or due to some unhandled error.
-