Class PropagationContextWrapper

java.lang.Object
com.arjuna.ats.internal.jbossatx.jts.PropagationContextWrapper
All Implemented Interfaces:
Externalizable, Serializable

public class PropagationContextWrapper extends Object implements Externalizable
This class is a wrapper around a PropagationContext object allowing it to be serialized.
Version:
$Id: PropagationContextWrapper.java,v 1.5 2004/10/04 09:48:19 nmcl Exp $
Author:
Richard A. Begg (richard.begg@arjuna.com)
See Also:
  • Constructor Details

    • PropagationContextWrapper

      public PropagationContextWrapper()
      Default constructor required for serialization
    • PropagationContextWrapper

      public PropagationContextWrapper(org.omg.CosTransactions.PropagationContext tpc)
      Create a wrapper around a propagation context class
      Parameters:
      tpc -
  • Method Details