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
Fields Modifier and Type Field Description static HAPolicySynchronizationStatusReadHandlerINSTANCEstatic org.jboss.as.controller.AttributeDefinitionSYNCHRONIZED_WITH_BACKUPstatic org.jboss.as.controller.AttributeDefinitionSYNCHRONIZED_WITH_LIVE
-
Constructor Summary
Constructors Constructor Description HAPolicySynchronizationStatusReadHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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)
-
-
-
Field Detail
-
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
public static final HAPolicySynchronizationStatusReadHandler INSTANCE
-
-
Method Detail
-
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)
-
-