Interface ServerSuspendContext

All Superinterfaces:
ServerResumeContext
All Known Implementing Classes:
ServerSuspendController.Context

public interface ServerSuspendContext extends ServerResumeContext
A context for server suspend handling.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates 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.