Package org.jboss.as.server.suspend
Interface ServerSuspendContext
-
- All Superinterfaces:
ServerResumeContext
- All Known Implementing Classes:
ServerSuspendController.Context
public interface ServerSuspendContext extends ServerResumeContext
A context for server suspend handling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStopping()Indicates whether the server is suspending as part of the shutdown sequence.-
Methods inherited from interface org.jboss.as.server.suspend.ServerResumeContext
isStarting
-
-