类 JobFactoryRegistrationListener

    • 方法详细资料

      • bind

        public void bind​(JobFactory jobFactory,
                         java.util.Map<java.lang.String,​?> params)
                  throws java.lang.Exception
        Take the JobFactory provided and register it with the JobRegistry.
        参数:
        jobFactory - a JobFactory
        params - not needed by this listener.
        抛出:
        java.lang.Exception - if there is a problem
      • unbind

        public void unbind​(JobFactory jobFactory,
                           java.util.Map<java.lang.String,​?> params)
                    throws java.lang.Exception
        Take the JobFactory provided and unregister it with the JobRegistry.
        参数:
        jobFactory - a JobFactory
        params - not needed by this listener.
        抛出:
        java.lang.Exception - if there is a problem