Interface BatchAttachments


public interface BatchAttachments
Attachment keys for the JBeret batch subsystem.
Author:
James R. Perkins
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.server.deployment.AttachmentKey<org.wildfly.extension.batch.jberet.deployment.BatchEnvironmentMetaData>
    The attachment key for the BatchEnvironmentMetaData used for deployment descriptors.
    static final org.jboss.as.server.deployment.AttachmentKey<org.wildfly.extension.batch.jberet.deployment.WildFlyJobOperator>
    The attachment for the job operator.
    static final org.jboss.as.server.deployment.AttachmentKey<WildFlyJobXmlResolver>
    The attachment key for the job XML resolver.
  • Field Details

    • BATCH_ENVIRONMENT_META_DATA

      static final org.jboss.as.server.deployment.AttachmentKey<org.wildfly.extension.batch.jberet.deployment.BatchEnvironmentMetaData> BATCH_ENVIRONMENT_META_DATA
      The attachment key for the BatchEnvironmentMetaData used for deployment descriptors.
    • JOB_OPERATOR

      static final org.jboss.as.server.deployment.AttachmentKey<org.wildfly.extension.batch.jberet.deployment.WildFlyJobOperator> JOB_OPERATOR
      The attachment for the job operator.
    • JOB_XML_RESOLVER

      static final org.jboss.as.server.deployment.AttachmentKey<WildFlyJobXmlResolver> JOB_XML_RESOLVER
      The attachment key for the job XML resolver. Installed during the batch environment processing.
      See Also: