Package org.jboss.as.server.operations
Class SetServerGroupHostHandler
- java.lang.Object
-
- org.jboss.as.server.operations.SetServerGroupHostHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class SetServerGroupHostHandler extends Object implements 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
Fields Modifier and Type Field Description static OperationDefinitionDEFINITIONstatic SetServerGroupHostHandlerINSTANCEstatic StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description SetServerGroupHostHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
DEFINITION
public static final OperationDefinition DEFINITION
-
INSTANCE
public static final SetServerGroupHostHandler INSTANCE
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-