Package org.jboss.as.server.operations
Class SetServerGroupHostHandler
java.lang.Object
org.jboss.as.server.operations.SetServerGroupHostHandler
- All Implemented Interfaces:
OperationStepHandler
Handler for operation run by Host Controller during boot to pass in the server group and host name.
- Author:
- Brian Stansberry (c) 2013 Red Hat Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationDefinitionstatic final SetServerGroupHostHandlerstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
DEFINITION
-
INSTANCE
-
-
Constructor Details
-
SetServerGroupHostHandler
public SetServerGroupHostHandler()
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-