Package org.jboss.as.server.operations
Class ServerSuspendHandler
java.lang.Object
org.jboss.as.server.operations.ServerSuspendHandler
- All Implemented Interfaces:
OperationStepHandler
Handler that suspends server operations
- Author:
- Stuart Douglas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
DEFINITION
-
-
Constructor Details
-
ServerSuspendHandler
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-