Class StackOperationHandler

  • All Implemented Interfaces:
    Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>, org.jboss.as.controller.OperationStepHandler

    public class StackOperationHandler
    extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
    implements Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>
    Operation handler for protocol stack diagnostic runtime operations.
    Author:
    Paul Ferraro
    • Constructor Detail

      • StackOperationHandler

        public StackOperationHandler()
    • Method Detail

      • executeRuntimeStep

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

        public void register​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Specified by:
        register in interface Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>