Package org.jboss.as.messaging
Class AlternativeAttributeCheckHandler
- java.lang.Object
-
- org.jboss.as.messaging.AlternativeAttributeCheckHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public final class AlternativeAttributeCheckHandler extends Object implements org.jboss.as.controller.OperationStepHandler
-
-
Constructor Summary
Constructors Constructor Description AlternativeAttributeCheckHandler(org.jboss.as.controller.AttributeDefinition... definitions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckAlternatives(org.jboss.dmr.ModelNode operation, String attr1, String attr2, boolean acceptNone)voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
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
-
-