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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.wildfly.extension.batch.jberet.deployment.ContextHandle createContextHandle()
      Creates 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 Detail

      • 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