Class ModulePatchComponent

    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
        Deprecated.
        logger
      • retryingTransactionHelper

        protected RetryingTransactionHelper retryingTransactionHelper
        Deprecated.
        Retrying transaction helper
      • behaviourFilter

        protected BehaviourFilter behaviourFilter
        Deprecated.
        Behaviour filter
      • registryService

        protected RegistryService registryService
        Deprecated.
        Registry service
    • Constructor Detail

      • ModulePatchComponent

        public ModulePatchComponent()
        Deprecated.
    • Method Detail

      • setRetryingTransactionHelper

        public void setRetryingTransactionHelper​(RetryingTransactionHelper retryingTransactionHelper)
        Deprecated.
        Parameters:
        retryingTransactionHelper - retrying transaction helper
      • setBehaviourFilter

        public void setBehaviourFilter​(BehaviourFilter behaviourFilter)
        Deprecated.
        Parameters:
        behaviourFilter - behaviour filter
      • setModulePatchExecuter

        public void setModulePatchExecuter​(ModulePatchExecuterImpl modulePatchExecuter)
        Deprecated.
        Parameters:
        modulePatchExecuter - module patch executer
      • setRegistryService

        public void setRegistryService​(RegistryService registryService)
        Deprecated.
        Parameters:
        registryService - Registry service
      • executePatch

        protected abstract void executePatch()
        Deprecated.
        Execute patch work.