Package org.jboss.as.server.suspend
Interface ServerSuspendContext
- All Superinterfaces:
ServerResumeContext
- All Known Implementing Classes:
ServerSuspendController.Context
A context for server suspend handling.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the server is suspending as part of the shutdown sequence.Methods inherited from interface org.jboss.as.server.suspend.ServerResumeContext
isStarting
-
Method Details
-
isStopping
boolean isStopping()Indicates whether the server is suspending as part of the shutdown sequence.- Returns:
- true, if the server is stopping, false otherwise.
-