Package org.jboss.as.server.operations
Class SuspendStateReadHandler
- java.lang.Object
-
- org.jboss.as.server.operations.SuspendStateReadHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class SuspendStateReadHandler extends Object implements OperationStepHandler
Reports the current serverSuspensionStateProvider.State- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description SuspendStateReadHandler(ServerSuspendController suspendController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
SuspendStateReadHandler
public SuspendStateReadHandler(ServerSuspendController suspendController)
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-