public class ConnectionFactoryReadAttributeHandler
extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
read-attribute
operation for runtime attributes exposed by a ActiveMQ
ConnectionFactoryControl
.
THIS SHOULD NOT INCLUDE ATTRIBUTES THAT ARE PART OF THE PERSISTENT CONFIGURATION. Those are
handled by ConnectionFactoryWriteAttributeHandler
, since all persistent attributes
are writable (even those that require a restart to take effect in the runtime.)Modifier and Type | Field and Description |
---|---|
static ConnectionFactoryReadAttributeHandler |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
executeRuntimeStep(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode operation) |
public static final ConnectionFactoryReadAttributeHandler 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.AbstractRuntimeOnlyHandler
org.jboss.as.controller.OperationFailedException
Copyright © 2016 JBoss by Red Hat. All rights reserved.