Examples of WildFlyArtifactFactory


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
Copyright © 2018 www.massapi.com. 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.