Package org.jboss.as.server.operations
Class InstanceUuidReadHandler
java.lang.Object
org.jboss.as.server.operations.InstanceUuidReadHandler
- All Implemented Interfaces:
OperationStepHandler
Handler to read the UUID of the instance.
- Author:
- Emmanuel Hugonnet (c) 2015 Red Hat, inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(OperationContext context, org.jboss.dmr.ModelNode operation)
-
Constructor Details
-
InstanceUuidReadHandler
-
-
Method Details
-
execute
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException - Specified by:
executein interfaceOperationStepHandler- Throws:
OperationFailedException
-