public class PropagationContextWrapper extends Object implements Externalizable
| Constructor and Description |
|---|
PropagationContextWrapper()
Default constructor required for serialization
|
PropagationContextWrapper(org.omg.CosTransactions.PropagationContext tpc)
Create a wrapper around a propagation context class
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static boolean |
getPropagateFullContext() |
org.omg.CosTransactions.PropagationContext |
getPropagationContext() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
static void |
setPropagateFullContext(boolean propagateFullContext) |
void |
writeExternal(ObjectOutput out) |
public PropagationContextWrapper()
public PropagationContextWrapper(org.omg.CosTransactions.PropagationContext tpc)
tpc - public static void setPropagateFullContext(boolean propagateFullContext)
public static boolean getPropagateFullContext()
public org.omg.CosTransactions.PropagationContext getPropagationContext()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.