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