Class Capabilities
java.lang.Object
org.wildfly.extension.batch.jberet._private.Capabilities
Capabilities for the batch extension. This is not to be used outside of this extension.
- Author:
- James R. Perkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.capability.RuntimeCapability<Void>A capability for the current batch configuration.static final StringRepresents the data source capabilitystatic final org.jboss.as.controller.capability.RuntimeCapability<Void>A capability for all job repositories.static final StringName of the capability that ensures a local provider of transactions is present.static final StringThe capability name for the Elytron security domain.static final StringThe capability name for the kernel SuspendControllerstatic final org.jboss.as.controller.capability.RuntimeCapability<Void>A capability for thread-pools. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DATA_SOURCE_CAPABILITY
Represents the data source capability- See Also:
-
LOCAL_TRANSACTION_PROVIDER_CAPABILITY
Name of the capability that ensures a local provider of transactions is present. Once its service is started, calls to the getInstance() methods of ContextTransactionManager, ContextTransactionSynchronizationRegistry and LocalUserTransaction can be made knowing that the global default TM, TSR and UT will be from that provider.- See Also:
-
BATCH_CONFIGURATION_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> BATCH_CONFIGURATION_CAPABILITYA capability for the current batch configuration. -
THREAD_POOL_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> THREAD_POOL_CAPABILITYA capability for thread-pools. -
JOB_REPOSITORY_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> JOB_REPOSITORY_CAPABILITYA capability for all job repositories. All job repositories should use this capability regardless of the implementation of the repository. -
SECURITY_DOMAIN_CAPABILITY
The capability name for the Elytron security domain.- See Also:
-
SUSPEND_CONTROLLER_CAPABILITY
The capability name for the kernel SuspendController- See Also:
-
-
Constructor Details
-
Capabilities
public Capabilities()
-