Package org.glassfish.contextpropagation
Interface SerializableContextFactory.WLSContext
-
- Enclosing interface:
- SerializableContextFactory
public static interface SerializableContextFactory.WLSContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SerializableContextFactory.WLSContext.WLSContextHelper
-
Field Summary
Fields Modifier and Type Field Description static SerializableContextFactory.WLSContext.WLSContextHelper
HELPER
HELPER is used internally to facilitate work with WLSContexts
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
readContext(ObjectInput in)
Reads the implementation ofContext
from theContextInput
data stream.void
writeContext(ObjectOutput out)
Writes the implementation ofContext
to theContextOutput
data stream.
-
-
-
Field Detail
-
HELPER
static final SerializableContextFactory.WLSContext.WLSContextHelper HELPER
HELPER is used internally to facilitate work with WLSContexts
-
-
Method Detail
-
writeContext
void writeContext(ObjectOutput out) throws IOException
Writes the implementation ofContext
to theContextOutput
data stream.- Throws:
IOException
-
readContext
void readContext(ObjectInput in) throws IOException
Reads the implementation ofContext
from theContextInput
data stream.- Throws:
IOException
-
-