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 Details

    • DATA_SOURCE_CAPABILITY

      public static final String DATA_SOURCE_CAPABILITY
      Represents the data source capability
      See Also:
    • 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:
    • 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:
    • SUSPEND_CONTROLLER_CAPABILITY

      public static final String SUSPEND_CONTROLLER_CAPABILITY
      The capability name for the kernel SuspendController
      See Also:
    • PROCESS_STATE_NOTIFIER_CAPABILITY

      public static final String PROCESS_STATE_NOTIFIER_CAPABILITY
      The capability name for the kernel ProcessStateNotifier.
      See Also:
  • Constructor Details

    • Capabilities

      public Capabilities()