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 serverSuspendController.State- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static SuspendStateReadHandlerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
INSTANCE
public static final SuspendStateReadHandler INSTANCE
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-