Package org.wildfly.jberet

Examples of org.wildfly.jberet.WildFlyArtifactFactory


        private final ExecutorService executorService;
        private final TransactionManager transactionManager;

        WildFlyBatchEnvironment(final BeanManager beanManager,
                                final ExecutorService executorService, final TransactionManager transactionManager) {
            artifactFactory = (beanManager == null ? null : new WildFlyArtifactFactory(beanManager));
            this.executorService = executorService;
            this.transactionManager = transactionManager;
        }
View Full Code Here

TOP

Related Classes of org.wildfly.jberet.WildFlyArtifactFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.