Package org.jboss.as.server.suspend
Interface SuspensionStateProvider
-
- All Known Subinterfaces:
ServerSuspendController,SuspendableActivityRegistry
- All Known Implementing Classes:
SuspendController
public interface SuspensionStateProviderProvides the suspend state of the server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSuspensionStateProvider.State
-
Field Summary
Fields Modifier and Type Field Description static org.wildfly.service.descriptor.NullaryServiceDescriptor<SuspensionStateProvider>SERVICE_DESCRIPTOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuspensionStateProvider.StategetState()Returns the current suspension state.
-
-
-
Field Detail
-
SERVICE_DESCRIPTOR
static final org.wildfly.service.descriptor.NullaryServiceDescriptor<SuspensionStateProvider> SERVICE_DESCRIPTOR
-
-
Method Detail
-
getState
SuspensionStateProvider.State getState()
Returns the current suspension state.- Returns:
- the current suspension stage.
-
-