Package org.jboss.as.server.operations
Class ServerProcessReloadHandler
- java.lang.Object
-
- org.jboss.as.controller.operations.common.ProcessReloadHandler<RunningModeControl>
-
- org.jboss.as.server.operations.ServerProcessReloadHandler
-
- All Implemented Interfaces:
OperationStepHandler
- Direct Known Subclasses:
ServerDomainProcessReloadHandler
public class ServerProcessReloadHandler extends ProcessReloadHandler<RunningModeControl>
- Author:
- Kabir Khan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.controller.operations.common.ProcessReloadHandler
ProcessReloadHandler.ReloadContext<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description protected static AttributeDefinitionADMIN_ONLYstatic OperationDefinitionDEFINITIONprotected static AttributeDefinitionSTART_MODE-
Fields inherited from class org.jboss.as.controller.operations.common.ProcessReloadHandler
OPERATION_NAME
-
-
Constructor Summary
Constructors Constructor Description ServerProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, RunningModeControl runningModeControl, ControlledProcessState processState, ServerEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessReloadHandler.ReloadContext<RunningModeControl>initializeReloadContext(OperationContext context, org.jboss.dmr.ModelNode operation)-
Methods inherited from class org.jboss.as.controller.operations.common.ProcessReloadHandler
execute
-
-
-
-
Field Detail
-
ADMIN_ONLY
protected static final AttributeDefinition ADMIN_ONLY
-
START_MODE
protected static final AttributeDefinition START_MODE
-
DEFINITION
public static final OperationDefinition DEFINITION
-
-
Constructor Detail
-
ServerProcessReloadHandler
public ServerProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, RunningModeControl runningModeControl, ControlledProcessState processState, ServerEnvironment environment)
-
-
Method Detail
-
initializeReloadContext
protected ProcessReloadHandler.ReloadContext<RunningModeControl> initializeReloadContext(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
initializeReloadContextin classProcessReloadHandler<RunningModeControl>- Throws:
OperationFailedException
-
-