Package org.jboss.as.server.operations
Class LaunchTypeHandler
- java.lang.Object
-
- org.jboss.as.server.operations.LaunchTypeHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class LaunchTypeHandler extends Object implements OperationStepHandler
Reports the server launch type- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description LaunchTypeHandler(ServerEnvironment.LaunchType launchType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
LaunchTypeHandler
public LaunchTypeHandler(ServerEnvironment.LaunchType launchType)
-
-
Method Detail
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
- Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-
-