Class PropagationContextWrapper
java.lang.Object
com.arjuna.ats.internal.jbossatx.jts.PropagationContextWrapper
- All Implemented Interfaces:
Externalizable
,Serializable
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 Summary
ConstructorDescriptionDefault constructor required for serializationCreate a wrapper around a propagation context class -
Method Summary
Modifier and TypeMethodDescriptionboolean
static boolean
int
hashCode()
void
static void
setPropagateFullContext
(boolean propagateFullContext) void
-
Constructor Details
-
PropagationContextWrapper
public PropagationContextWrapper()Default constructor required for serialization -
PropagationContextWrapper
Create a wrapper around a propagation context class- Parameters:
tpc
-
-
-
Method Details
-
setPropagateFullContext
public static void setPropagateFullContext(boolean propagateFullContext) -
getPropagateFullContext
public static boolean getPropagateFullContext() -
hashCode
public int hashCode() -
equals
-
getPropagationContext
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-