Package org.jboss.as.controller
Interface AbstractControllerService.ControllerInstabilityListener
-
- Enclosing class:
- AbstractControllerService
public static interface AbstractControllerService.ControllerInstabilityListenerListener for notifications that theModelControlleris unstable and a process restart is necessary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontrollerUnstable()Notification that theModelControllershould be considered to be unstable, e.g.
-
-
-
Method Detail
-
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.
-
-