Class Capabilities
- java.lang.Object
-
- org.wildfly.extension.batch.jberet._private.Capabilities
-
public class Capabilities extends Object
Capabilities for the batch extension. This is not to be used outside of this extension.- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.capability.RuntimeCapability<Void>BATCH_CONFIGURATION_CAPABILITYA capability for the current batch configuration.static StringDATA_SOURCE_CAPABILITYRepresents the data source capabilitystatic org.jboss.as.controller.capability.RuntimeCapability<Void>JOB_REPOSITORY_CAPABILITYA capability for all job repositories.static StringLOCAL_TRANSACTION_PROVIDER_CAPABILITYName of the capability that ensures a local provider of transactions is present.static StringPROCESS_STATE_NOTIFIER_CAPABILITYThe capability name for the kernel ProcessStateNotifier.static StringSECURITY_DOMAIN_CAPABILITYThe capability name for the Elytron security domain.static StringSUSPEND_CONTROLLER_CAPABILITYThe capability name for the kernel SuspendControllerstatic org.jboss.as.controller.capability.RuntimeCapability<Void>THREAD_POOL_CAPABILITYA capability for thread-pools.
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
-
-
Field Detail
-
DATA_SOURCE_CAPABILITY
public static final String DATA_SOURCE_CAPABILITY
Represents the data source capability- See Also:
- Constant Field Values
-
LOCAL_TRANSACTION_PROVIDER_CAPABILITY
public static final String 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:
- Constant Field Values
-
BATCH_CONFIGURATION_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> BATCH_CONFIGURATION_CAPABILITY
A capability for the current batch configuration.
-
THREAD_POOL_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> THREAD_POOL_CAPABILITY
A capability for thread-pools.
-
JOB_REPOSITORY_CAPABILITY
public static final org.jboss.as.controller.capability.RuntimeCapability<Void> JOB_REPOSITORY_CAPABILITY
A capability for all job repositories. All job repositories should use this capability regardless of the implementation of the repository.
-
SECURITY_DOMAIN_CAPABILITY
public static final String SECURITY_DOMAIN_CAPABILITY
The capability name for the Elytron security domain.- See Also:
- Constant Field Values
-
SUSPEND_CONTROLLER_CAPABILITY
public static final String SUSPEND_CONTROLLER_CAPABILITY
The capability name for the kernel SuspendController- See Also:
- Constant Field Values
-
PROCESS_STATE_NOTIFIER_CAPABILITY
public static final String PROCESS_STATE_NOTIFIER_CAPABILITY
The capability name for the kernel ProcessStateNotifier.- See Also:
- Constant Field Values
-
-