Class TranslatedWriteAttributeHandler
- java.lang.Object
-
- org.wildfly.extension.messaging.activemq.shallow.TranslatedWriteAttributeHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class TranslatedWriteAttributeHandler extends Object implements org.jboss.as.controller.OperationStepHandler
- Author:
- Emmanuel Hugonnet (c) 2019 Red Hat, Inc.
-
-
Constructor Summary
Constructors Constructor Description TranslatedWriteAttributeHandler(ShallowResourceDefinition shallowResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Constructor Detail
-
TranslatedWriteAttributeHandler
public TranslatedWriteAttributeHandler(ShallowResourceDefinition shallowResource)
-
-
Method Detail
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-