Package org.jboss.as.server.suspend
Interface ServerResumeContext
-
- All Known Subinterfaces:
ServerSuspendContext
- All Known Implementing Classes:
ServerSuspendController.Context
public interface ServerResumeContextA context for server resume handling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStarting()Indicates whether the server is resuming as part of the startup sequence.
-