Interface BatchAttachments
public interface BatchAttachments
Attachment keys for the JBeret batch subsystem.
- Author:
- James R. Perkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<org.wildfly.extension.batch.jberet.deployment.BatchEnvironmentMetaData>The attachment key for theBatchEnvironmentMetaDataused 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_DATAThe attachment key for theBatchEnvironmentMetaDataused for deployment descriptors. -
JOB_OPERATOR
static final org.jboss.as.server.deployment.AttachmentKey<org.wildfly.extension.batch.jberet.deployment.WildFlyJobOperator> JOB_OPERATORThe attachment for the job operator. -
JOB_XML_RESOLVER
The attachment key for the job XML resolver. Installed during the batch environment processing.- See Also:
-