Package org.jboss.as.server.operations
Class ServerSuspendHandler
- java.lang.Object
-
- org.jboss.as.server.operations.ServerSuspendHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class ServerSuspendHandler extends Object implements OperationStepHandler
Handler that suspends server operations- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleOperationDefinitionDEFINITIONstatic ServerSuspendHandlerINSTANCE
-
Constructor Summary
Constructors Constructor Description ServerSuspendHandler()
-
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 ServerSuspendHandler INSTANCE
-
DEFINITION
public static final SimpleOperationDefinition DEFINITION
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-