Class TransactionSynchronizationRegistryService

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<javax.transaction.TransactionSynchronizationRegistry>, org.jboss.msc.value.Value<javax.transaction.TransactionSynchronizationRegistry>

    public class TransactionSynchronizationRegistryService
    extends org.jboss.msc.service.AbstractService<javax.transaction.TransactionSynchronizationRegistry>
    Service that exposes the TransactionSynchronizationRegistry
    Author:
    Stuart Douglas, Richard Opalka
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.jboss.msc.service.ServiceName INTERNAL_SERVICE_NAME
      Non-deprecated service name only for use within the subsystem
      static org.jboss.msc.service.ServiceName SERVICE_NAME
      Deprecated.
      Use the "org.wildfly.transactions.transaction-synchronization-registry" capability
      • Fields inherited from interface org.jboss.msc.service.Service

        NULL, NULL_VALUE
    • Field Detail

      • SERVICE_NAME

        @Deprecated
        public static final org.jboss.msc.service.ServiceName SERVICE_NAME
        Deprecated.
        Use the "org.wildfly.transactions.transaction-synchronization-registry" capability
      • INTERNAL_SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName INTERNAL_SERVICE_NAME
        Non-deprecated service name only for use within the subsystem
    • Method Detail

      • addService

        public static void addService​(org.jboss.as.controller.CapabilityServiceTarget target)
      • getValue

        public javax.transaction.TransactionSynchronizationRegistry getValue()
                                                                      throws IllegalStateException
        Specified by:
        getValue in interface org.jboss.msc.value.Value<javax.transaction.TransactionSynchronizationRegistry>
        Overrides:
        getValue in class org.jboss.msc.service.AbstractService<javax.transaction.TransactionSynchronizationRegistry>
        Throws:
        IllegalStateException