public class JMSServerControlHandler
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
JMSServerControl
.Modifier and Type | Field and Description |
---|---|
static String |
GET_LAST_SENT_MESSAGE_ID |
static String |
GET_SESSION_CREATION_TIME |
static JMSServerControlHandler |
INSTANCE |
static String |
LIST_ALL_CONSUMERS_AS_JSON |
static String |
LIST_CONNECTIONS_AS_JSON |
static String |
LIST_CONSUMERS_AS_JSON |
static String |
LIST_PREPARED_TRANSACTION_JMS_DETAILS_AS_HTML |
static String |
LIST_PREPARED_TRANSACTION_JMS_DETAILS_AS_JSON |
static String |
LIST_SESSIONS_AS_JSON |
static String |
LIST_TARGET_DESTINATIONS |
Modifier and Type | Method and Description |
---|---|
protected void |
executeRuntimeStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry,
org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver) |
public static final String LIST_CONNECTIONS_AS_JSON
public static final String LIST_CONSUMERS_AS_JSON
public static final String LIST_ALL_CONSUMERS_AS_JSON
public static final String LIST_TARGET_DESTINATIONS
public static final String GET_LAST_SENT_MESSAGE_ID
public static final String GET_SESSION_CREATION_TIME
public static final String LIST_SESSIONS_AS_JSON
public static final String LIST_PREPARED_TRANSACTION_JMS_DETAILS_AS_JSON
public static final String LIST_PREPARED_TRANSACTION_JMS_DETAILS_AS_HTML
public static final JMSServerControlHandler INSTANCE
protected 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.AbstractRuntimeOnlyHandler
org.jboss.as.controller.OperationFailedException
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration registry, org.jboss.as.controller.descriptions.ResourceDescriptionResolver resolver)
Copyright © 2017 JBoss by Red Hat. All rights reserved.