Interface WildFlyArtifactFactory
- All Superinterfaces:
org.jberet.spi.ArtifactFactory
- All Known Implementing Classes:
ArtifactFactoryService
public interface WildFlyArtifactFactory
extends org.jberet.spi.ArtifactFactory
ArtifactFactory for Jakarta EE runtime environment.
- Author:
- James R. Perkins
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.extension.batch.jberet.deployment.ContextHandleCreates a context handle required for setting up the Jakarta Contexts and Dependency Injection context.Methods inherited from interface org.jberet.spi.ArtifactFactory
create, destroy, getArtifactClass
-
Method Details
-
createContextHandle
org.wildfly.extension.batch.jberet.deployment.ContextHandle createContextHandle()Creates a context handle required for setting up the Jakarta Contexts and Dependency Injection context.- Returns:
- the newly create context handle
-