Package org.jboss.as.domain.management.controller
-
Class Summary Class Description ActiveOperationResourceDefinition ResourceDefinitionfor a currently executing operation.CancelActiveOperationHandler OperationStepHandlerto cancel anactive operation.CancelNonProgressingOperationHandler OperationStepHandlerthat looks for and cancels a single operation that is in execution statusOperationContext.ExecutionStatus.AWAITING_STABILITYand has been executing in that status for longer than a specifiedtimeoutseconds.FindNonProgressingOperationHandler OperationStepHandlerthat looks for and returns the id of single operation that is in execution statusOperationContext.ExecutionStatus.AWAITING_STABILITYand has been executing in that status for longer than a specifiedtimeoutseconds.ManagementControllerResourceDefinition ResourceDefinitionfor 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.