public class CancelNonProgressingOperationHandler extends Object implements OperationStepHandler
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.| Constructor and Description |
|---|
CancelNonProgressingOperationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
public CancelNonProgressingOperationHandler()
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.