Uses of Interface
org.wildfly.extension.batch.jberet.deployment.SecurityAwareBatchEnvironment
-
Packages that use SecurityAwareBatchEnvironment Package Description org.wildfly.extension.batch.jberet.deployment -
-
Uses of SecurityAwareBatchEnvironment in org.wildfly.extension.batch.jberet.deployment
Methods in org.wildfly.extension.batch.jberet.deployment that return SecurityAwareBatchEnvironment Modifier and Type Method Description SecurityAwareBatchEnvironmentJobOperatorService. getBatchEnvironment()Constructor parameters in org.wildfly.extension.batch.jberet.deployment with type arguments of type SecurityAwareBatchEnvironment Constructor Description BatchEnvironmentService(Consumer<SecurityAwareBatchEnvironment> batchEnvironmentConsumer, Supplier<WildFlyArtifactFactory> artifactFactorySupplier, Supplier<org.jberet.spi.JobExecutor> jobExecutorSupplier, Supplier<org.wildfly.extension.requestcontroller.RequestController> requestControllerSupplier, Supplier<org.jberet.repository.JobRepository> jobRepositorySupplier, Supplier<BatchConfiguration> batchConfigurationSupplier, ClassLoader classLoader, org.jberet.spi.JobXmlResolver jobXmlResolver, String deploymentName, NamespaceContextSelector namespaceContextSelector)
-