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