Class OperationHandler<C>

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

    public class OperationHandler<C>
    extends org.jboss.as.controller.AbstractRuntimeOnlyHandler
    implements Registration<org.jboss.as.controller.registry.ManagementResourceRegistration>
    Generic OperationStepHandler for runtime operations.
    Author:
    Paul Ferraro
    • Method Detail

      • register

        public void register​(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
        Description copied from interface: Registration
        Registers this object with a resource.
        Specified by:
        register in interface Registration<C>
        Parameters:
        registration - a registration for a management resource
      • executeRuntimeStep

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