Class UserTransactionService

java.lang.Object
org.jboss.as.txn.service.UserTransactionService

public class UserTransactionService extends Object
Service responsible for getting the UserTransaction.
Author:
Thomas.Diesler@jboss.com, Richard Opalka
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.msc.service.ServiceName
    Non-deprecated service name only for use within the subsystem
    static final org.jboss.msc.service.ServiceName
    Deprecated.
    Use the "org.wildfly.transactions.global-default-local-provider" capability to confirm existence of a local provider and org.wildfly.transaction.client.LocalTransactionContext to obtain a UserTransaction reference.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addService(org.jboss.msc.service.ServiceTarget target)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SERVICE_NAME

      @Deprecated public static final org.jboss.msc.service.ServiceName SERVICE_NAME
      Deprecated.
      Use the "org.wildfly.transactions.global-default-local-provider" capability to confirm existence of a local provider and org.wildfly.transaction.client.LocalTransactionContext to obtain a UserTransaction reference.
    • INTERNAL_SERVICE_NAME

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

    • UserTransactionService

      public UserTransactionService()
  • Method Details

    • addService

      public static void addService(org.jboss.msc.service.ServiceTarget target)