Package org.jboss.as.server.suspend
Interface SuspensionStateProvider
- All Known Subinterfaces:
ServerSuspendController,SuspendableActivityRegistry
- All Known Implementing Classes:
SuspendController
public interface SuspensionStateProvider
Provides the suspend state of the server.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.wildfly.service.descriptor.NullaryServiceDescriptor<SuspensionStateProvider> -
Method Summary
-
Field Details
-
SERVICE_DESCRIPTOR
static final org.wildfly.service.descriptor.NullaryServiceDescriptor<SuspensionStateProvider> SERVICE_DESCRIPTOR
-
-
Method Details
-
getState
SuspensionStateProvider.State getState()Returns the current suspension state.- Returns:
- the current suspension stage.
-