Uses of Interface
org.jboss.as.server.suspend.ServerSuspendContext
-
Packages that use ServerSuspendContext Package Description org.jboss.as.server.suspend -
-
Uses of ServerSuspendContext in org.jboss.as.server.suspend
Classes in org.jboss.as.server.suspend that implement ServerSuspendContext Modifier and Type Class Description static classServerSuspendController.ContextMethods in org.jboss.as.server.suspend with parameters of type ServerSuspendContext Modifier and Type Method Description default CompletionStage<Void>ServerActivity. prepare(ServerSuspendContext context)Deprecated, for removal: This API element is subject to removal in a future version.default CompletionStage<Void>SuspendableActivity. prepare(ServerSuspendContext context)Returns a prepare stage to complete prior to server suspension.default CompletionStage<Void>ServerActivity. suspend(ServerSuspendContext context)Deprecated, for removal: This API element is subject to removal in a future version.CompletionStage<Void>ServerSuspendController. suspend(ServerSuspendContext context)Suspends all registered activity and Transitions the controller fromSuspensionStateProvider.State.RUNNINGtoSuspensionStateProvider.State.SUSPENDEDvia the intermediate states:SuspensionStateProvider.State.PRE_SUSPENDandSuspensionStateProvider.State.SUSPENDINGCompletionStage<Void>SuspendableActivity. suspend(ServerSuspendContext context)Returns a suspend stage to complete upon server suspension.CompletionStage<Void>SuspendController. suspend(ServerSuspendContext context)
-