Class BatchEnvironmentService

    • Constructor Detail

      • BatchEnvironmentService

        public BatchEnvironmentService​(ClassLoader classLoader,
                                       org.jberet.spi.JobXmlResolver jobXmlResolver,
                                       String deploymentName,
                                       NamespaceContextSelector namespaceContextSelector)
    • Method Detail

      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<SecurityAwareBatchEnvironment>
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<SecurityAwareBatchEnvironment>
      • getArtifactFactoryInjector

        public org.jboss.msc.value.InjectedValue<WildFlyArtifactFactory> getArtifactFactoryInjector()
      • getJobExecutorInjector

        public org.jboss.msc.value.InjectedValue<org.jberet.spi.JobExecutor> getJobExecutorInjector()
      • getRequestControllerInjector

        public org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.RequestController> getRequestControllerInjector()
      • getJobRepositoryInjector

        public org.jboss.msc.value.InjectedValue<org.jberet.repository.JobRepository> getJobRepositoryInjector()
      • getBatchConfigurationInjector

        public org.jboss.msc.value.InjectedValue<BatchConfiguration> getBatchConfigurationInjector()