Package org.jboss.as.server.operations
Class ServerShutdownHandler
java.lang.Object
org.jboss.as.server.operations.ServerShutdownHandler
- All Implemented Interfaces:
OperationStepHandler
Handler that shuts down the standalone server.
- Author:
- Jason T. Greene
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleOperationDefinitionprotected static final SimpleAttributeDefinitionprotected static final SimpleAttributeDefinition -
Constructor Summary
ConstructorsConstructorDescriptionServerShutdownHandler(ControlledProcessState processState, ServerEnvironment serverEnvironment, ServerSuspendController suspendController) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
RESTART
-
PERFORM_INSTALLATION
-
DEFINITION
-
-
Constructor Details
-
ServerShutdownHandler
public ServerShutdownHandler(ControlledProcessState processState, ServerEnvironment serverEnvironment, ServerSuspendController suspendController)
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-