Class 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 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
    • Constructor Detail

      • Capabilities

        public Capabilities()