Class FindNonProgressingOperationHandler
- java.lang.Object
-
- org.jboss.as.domain.management.controller.FindNonProgressingOperationHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class FindNonProgressingOperationHandler extends Object implements OperationStepHandler
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.- Author:
- Brian Stansberry (c) 2014 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description FindNonProgressingOperationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-