public class JMSTopicReadAttributeHandler
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
read-attribute operation for runtime attributes exposed by a ActiveMQ
Topic.| Modifier and Type | Class and Description |
|---|---|
static class |
JMSTopicReadAttributeHandler.DurabilityType |
| Modifier and Type | Field and Description |
|---|---|
static JMSTopicReadAttributeHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
executeRuntimeStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
int |
getDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService) |
int |
getNonDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService) |
static List<org.apache.activemq.artemis.api.core.management.QueueControl> |
getQueues(JMSTopicReadAttributeHandler.DurabilityType durability,
org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService) |
int |
getSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService) |
public static final JMSTopicReadAttributeHandler INSTANCE
public void executeRuntimeStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation)
throws org.jboss.as.controller.OperationFailedException
executeRuntimeStep in class org.jboss.as.controller.AbstractRuntimeOnlyHandlerorg.jboss.as.controller.OperationFailedExceptionpublic int getSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService)
public int getDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService)
public int getNonDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl,
org.apache.activemq.artemis.core.server.management.ManagementService managementService)
public static List<org.apache.activemq.artemis.api.core.management.QueueControl> getQueues(JMSTopicReadAttributeHandler.DurabilityType durability, org.apache.activemq.artemis.api.core.management.AddressControl addressControl, org.apache.activemq.artemis.core.server.management.ManagementService managementService)
Copyright © 2021 JBoss by Red Hat. All rights reserved.