Class InterceptorUnawareMigrationTaskDecorator

  • All Implemented Interfaces:
    MigrationTask

    public class InterceptorUnawareMigrationTaskDecorator
    extends java.lang.Object
    implements MigrationTask
    Decorator which disables prepare and validate interceptor during MigrationTask executions. Please notice that it can be applied only for such a task that are executed in the same thread.
    • Constructor Detail

      • InterceptorUnawareMigrationTaskDecorator

        public InterceptorUnawareMigrationTaskDecorator​(MigrationTask migrationTask)
    • Method Detail

      • execute

        public void execute​(SystemSetupContext systemSetupContext)
        Description copied from interface: MigrationTask
        Executes migration task
        Specified by:
        execute in interface MigrationTask
        Parameters:
        systemSetupContext - - setup context that gives a control over task execution
      • setSessionService

        public void setSessionService​(SessionService sessionService)