Class QueueReadAttributeHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.OperationStepHandler

    public class QueueReadAttributeHandler
    extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
    Implements the read-attribute operation for runtime attributes exposed by a ActiveMQ QueueControl.
    Author:
    Brian Stansberry (c) 2011 Red Hat Inc.
    • Method Detail

      • resourceMustExist

        protected boolean resourceMustExist​(org.jboss.as.controller.OperationContext context,
                                            org.jboss.dmr.ModelNode operation)
        Overrides:
        resourceMustExist in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
      • executeRuntimeStep

        public void executeRuntimeStep​(org.jboss.as.controller.OperationContext context,
                                       org.jboss.dmr.ModelNode operation)
                                throws org.jboss.as.controller.OperationFailedException
        Specified by:
        executeRuntimeStep in class org.jboss.as.controller.AbstractRuntimeOnlyHandler
        Throws:
        org.jboss.as.controller.OperationFailedException