Class ResourceOperationRuntimeHandler.RestartAncestorResourceServiceConfiguratorRuntimeHandler

    • Method Detail

      • addRuntime

        public void addRuntime​(org.jboss.as.controller.OperationContext context,
                               org.jboss.dmr.ModelNode model)
        Description copied from interface: ResourceOperationRuntimeHandler
        Adds runtime behavior for a resource with the specified model.
        Specified by:
        addRuntime in interface ResourceOperationRuntimeHandler
        Parameters:
        context - the context of the operation
        model - the resource model
      • removeRuntime

        public void removeRuntime​(org.jboss.as.controller.OperationContext context,
                                  org.jboss.dmr.ModelNode model)
        Description copied from interface: ResourceOperationRuntimeHandler
        Removes runtime behavior for a resource with the specified model.
        Specified by:
        removeRuntime in interface ResourceOperationRuntimeHandler
        Parameters:
        context - the context of the operation
        model - the resource model