Class Transaction

java.lang.Object
org.eclipse.jetty.plus.jndi.NamingEntry
org.eclipse.jetty.plus.jndi.Transaction
Direct Known Subclasses:
Transaction

public class Transaction extends NamingEntry
Transaction Class to represent a JTA UserTransaction impl.
  • Field Details

  • Constructor Details

    • Transaction

      protected Transaction(String scope, Object entry) throws NamingException
      Parameters:
      scope - the environment in which to bind the UserTransaction
      entry - a UserTransaction or a Reference to a UserTransaction
      Throws:
      NamingException - if there was a problem re
    • Transaction

      public Transaction(String scope, Reference userTransactionRef) throws NamingException
      Parameters:
      scope - the environment in which to bind the UserTransaction
      userTransactionRef - a Reference to a UserTransaction
      Throws:
      NamingException - if there was a problem re
  • Method Details