Package org.jboss.as.server.operations
Class ServerProcessStateHandler
java.lang.Object
org.jboss.as.server.operations.ServerProcessStateHandler
- All Implemented Interfaces:
OperationStepHandler
Operation handlers responsible for putting the server in either the reload or restart-required state.
- Author:
- Emanuel Muckenhuber
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleOperationDefinitionstatic final Stringstatic final Stringstatic final SimpleOperationDefinitionstatic final OperationStepHandlerstatic final OperationStepHandler -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
REQUIRE_RELOAD_OPERATION
- See Also:
-
REQUIRE_RESTART_OPERATION
- See Also:
-
RELOAD_DEFINITION
-
RESTART_DEFINITION
-
SET_RELOAD_REQUIRED_HANDLER
-
SET_RESTART_REQUIRED_HANDLER
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-