Class | Description |
---|---|
ActiveOperationResourceDefinition |
ResourceDefinition for a currently executing operation. |
CancelActiveOperationHandler |
OperationStepHandler to cancel an
active operation . |
CancelNonProgressingOperationHandler |
OperationStepHandler that looks for and cancels a single operation that is in
execution status OperationContext.ExecutionStatus.AWAITING_STABILITY
and has been executing in that status for longer than a specified timeout seconds. |
FindNonProgressingOperationHandler |
OperationStepHandler that looks for and returns the id of single operation that is in
execution status OperationContext.ExecutionStatus.AWAITING_STABILITY
and has been executing in that status for longer than a specified timeout seconds. |
ManagementControllerResourceDefinition |
ResourceDefinition for the management of operation execution. |
SecureOperationReadHandler |
Handler for reading the 'operation' and 'address' fields of an active operation that
ensures that responses are elided if the caller does not have rights to address the
operation's target.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.