Class XAOnePhaseResource

java.lang.Object
com.arjuna.ats.internal.jta.resources.arjunacore.XAOnePhaseResource
All Implemented Interfaces:
ExceptionDeferrer, OnePhaseResource

public class XAOnePhaseResource extends Object implements OnePhaseResource, ExceptionDeferrer
One Phase resource wrapper for XAResources.
Since:
ATS 4.1
Version:
$Id$
Author:
Kevin Conner (Kevin.Conner@arjuna.com)
  • Constructor Details

    • XAOnePhaseResource

      public XAOnePhaseResource()
      Default constructor for deserialising resource.
    • XAOnePhaseResource

      public XAOnePhaseResource(XAResource xaResource, Xid xid, Object[] params)
      Construct the one phase wrapper for the specified resource.
      Parameters:
      xaResource - The XA resource being wrapped.
      xid - The transaction identifier.
      params - additional params to pass through.
  • Method Details