Package org.jboss.as.server.operations
Class ServerRestartRequiredHandler
- java.lang.Object
-
- org.jboss.as.server.operations.ServerProcessStateHandler
-
- org.jboss.as.server.operations.ServerRestartRequiredHandler
-
- All Implemented Interfaces:
OperationStepHandler
@Deprecated public class ServerRestartRequiredHandler extends ServerProcessStateHandler
Deprecated.Operation step handler responsible for putting a server into "restartRequired" mode.- Author:
- John Bailey
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleOperationDefinitionDEFINITIONDeprecated.static ServerRestartRequiredHandlerINSTANCEDeprecated.static StringOPERATION_NAMEDeprecated.-
Fields inherited from class org.jboss.as.server.operations.ServerProcessStateHandler
RELOAD_DEFINITION, REQUIRE_RELOAD_OPERATION, REQUIRE_RESTART_OPERATION, RESTART_DEFINITION, SET_RELOAD_REQUIRED_HANDLER, SET_RESTART_REQUIRED_HANDLER
-
-
Constructor Summary
Constructors Constructor Description ServerRestartRequiredHandler()Deprecated.
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
Deprecated.- See Also:
- Constant Field Values
-
DEFINITION
public static final SimpleOperationDefinition DEFINITION
Deprecated.
-
INSTANCE
public static final ServerRestartRequiredHandler INSTANCE
Deprecated.
-
-