public class JMSQueueControlHandler extends AbstractQueueControlHandler<org.hornetq.api.jms.management.JMSQueueControl>
JMSQueueControl.AbstractQueueControlHandler.DelegatingQueueControl<T>| Modifier and Type | Field and Description |
|---|---|
static JMSQueueControlHandler |
INSTANCE |
CHANGE_MESSAGE_PRIORITY, CHANGE_MESSAGES_PRIORITY, COUNT_MESSAGES, EXPIRE_MESSAGE, EXPIRE_MESSAGES, LIST_CONSUMERS, LIST_CONSUMERS_AS_JSON, LIST_MESSAGE_COUNTER, LIST_MESSAGE_COUNTER_AS_HTML, LIST_MESSAGE_COUNTER_AS_JSON, LIST_MESSAGE_COUNTER_HISTORY, LIST_MESSAGE_COUNTER_HISTORY_AS_HTML, LIST_MESSAGE_COUNTER_HISTORY_AS_JSON, LIST_MESSAGES, LIST_MESSAGES_AS_JSON, MESSAGE_ID, MOVE_MESSAGE, MOVE_MESSAGES, NEW_PRIORITY, OTHER_QUEUE_NAME, PAUSE, REJECT_DUPLICATES, REMOVE_MESSAGE, REMOVE_MESSAGES, RESET_MESSAGE_COUNTER, RESUME, SEND_MESSAGE_TO_DEAD_LETTER_ADDRESS, SEND_MESSAGES_TO_DEAD_LETTER_ADDRESS| Modifier and Type | Method and Description |
|---|---|
protected AbstractQueueControlHandler.DelegatingQueueControl<org.hornetq.api.jms.management.JMSQueueControl> |
getQueueControl(org.hornetq.core.server.HornetQServer hqServer,
String queueName) |
protected Object |
handleAdditionalOperation(String operationName,
org.jboss.dmr.ModelNode operation,
OperationContext context,
org.hornetq.api.jms.management.JMSQueueControl queueControl) |
boolean |
isJMS() |
protected void |
revertAdditionalOperation(String operationName,
org.jboss.dmr.ModelNode operation,
OperationContext context,
org.hornetq.api.jms.management.JMSQueueControl queueControl,
Object handback) |
executeRuntimeStep, registerOperations, throwUnimplementedOperationExceptionexecute, resourceMustExist, waitForpublic static final JMSQueueControlHandler INSTANCE
public boolean isJMS()
isJMS in class AbstractQueueControlHandler<org.hornetq.api.jms.management.JMSQueueControl>protected AbstractQueueControlHandler.DelegatingQueueControl<org.hornetq.api.jms.management.JMSQueueControl> getQueueControl(org.hornetq.core.server.HornetQServer hqServer, String queueName)
getQueueControl in class AbstractQueueControlHandler<org.hornetq.api.jms.management.JMSQueueControl>protected Object handleAdditionalOperation(String operationName, org.jboss.dmr.ModelNode operation, OperationContext context, org.hornetq.api.jms.management.JMSQueueControl queueControl) throws OperationFailedException
handleAdditionalOperation in class AbstractQueueControlHandler<org.hornetq.api.jms.management.JMSQueueControl>OperationFailedExceptionprotected void revertAdditionalOperation(String operationName, org.jboss.dmr.ModelNode operation, OperationContext context, org.hornetq.api.jms.management.JMSQueueControl queueControl, Object handback)
revertAdditionalOperation in class AbstractQueueControlHandler<org.hornetq.api.jms.management.JMSQueueControl>Copyright © 2014 JBoss by Red Hat. All rights reserved.