Uses of Interface
org.jboss.as.server.suspend.ServerResumeContext
-
Packages that use ServerResumeContext Package Description org.jboss.as.server.suspend -
-
Uses of ServerResumeContext in org.jboss.as.server.suspend
Subinterfaces of ServerResumeContext in org.jboss.as.server.suspend Modifier and Type Interface Description interfaceServerSuspendContextA context for server suspend handling.Classes in org.jboss.as.server.suspend that implement ServerResumeContext Modifier and Type Class Description static classServerSuspendController.ContextMethods in org.jboss.as.server.suspend with parameters of type ServerResumeContext Modifier and Type Method Description default CompletionStage<Void>ServerActivity. resume(ServerResumeContext context)Deprecated, for removal: This API element is subject to removal in a future version.CompletionStage<Void>ServerSuspendController. resume(ServerResumeContext context)Resumes all registered activity and transitions the controller fromSuspensionStateProvider.State.SUSPENDEDtoSuspensionStateProvider.State.RUNNING.CompletionStage<Void>SuspendableActivity. resume(ServerResumeContext context)Returns a resume stage to complete upon resuming a suspended server.CompletionStage<Void>SuspendController. resume(ServerResumeContext context)
-