Class ReloadRequiredAddStepHandler

  • All Implemented Interfaces:
    OperationDescriptor, OperationStepHandler

    public class ReloadRequiredAddStepHandler
    extends AbstractAddStepHandler
    An handler for an 'add' operation that does nothing in the runtime stage but put the process in reload-required state. It does nothing at all in the runtime stage during boot.

    Use case for this handler is for resources that only represent configuration data of their parent. During boot in the runtime stage the parent reads the child model and configures its services accordingly. Thereafter any change to the child model should put the process in reload-required.

    The RestartParentResourceAddHandler performs a similar function, but allows restart of the parent resource.

    Author:
    Brian Stansberry
    See Also:
    RestartParentResourceAddHandler