Class ConnectorAdd
- java.lang.Object
-
- org.jboss.as.controller.AbstractAddStepHandler
-
- org.wildfly.extension.messaging.activemq.ConnectorAdd
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationDescriptor,org.jboss.as.controller.OperationStepHandler
public class ConnectorAdd extends org.jboss.as.controller.AbstractAddStepHandler- Author:
- Emmanuel Hugonnet (c) 2023 Red Hat, Inc.
-
-
Constructor Summary
Constructors Constructor Description ConnectorAdd(org.jboss.as.controller.AttributeDefinition... attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)protected booleanrequiresRuntime(org.jboss.as.controller.OperationContext context)Nothing to do if is it an external connector as we don't need to update the underlying broker.
-
-
-
Method Detail
-
requiresRuntime
protected boolean requiresRuntime(org.jboss.as.controller.OperationContext context)
Nothing to do if is it an external connector as we don't need to update the underlying broker.- Overrides:
requiresRuntimein classorg.jboss.as.controller.AbstractAddStepHandler- Parameters:
context- operation context- Returns:
trueifperformRuntimeshould be invoked;falseotherwise.
-
performRuntime
protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException- Overrides:
performRuntimein classorg.jboss.as.controller.AbstractAddStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-