Class HAPolicySynchronizationStatusReadHandler
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.wildfly.extension.messaging.activemq.ha.HAPolicySynchronizationStatusReadHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class HAPolicySynchronizationStatusReadHandler
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
- Author:
- Emmanuel Hugonnet (c) 2019 Red Hat, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HAPolicySynchronizationStatusReadHandlerstatic final org.jboss.as.controller.AttributeDefinitionstatic final org.jboss.as.controller.AttributeDefinition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) static voidregisterMasterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry) static voidregisterSlaveAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry) Methods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Field Details
-
SYNCHRONIZED_WITH_LIVE
public static final org.jboss.as.controller.AttributeDefinition SYNCHRONIZED_WITH_LIVE -
SYNCHRONIZED_WITH_BACKUP
public static final org.jboss.as.controller.AttributeDefinition SYNCHRONIZED_WITH_BACKUP -
INSTANCE
-
-
Constructor Details
-
HAPolicySynchronizationStatusReadHandler
public HAPolicySynchronizationStatusReadHandler()
-
-
Method Details
-
executeRuntimeStep
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
registerSlaveAttributes
public static void registerSlaveAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry) -
registerMasterAttributes
public static void registerMasterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registry)
-