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 interfaceSerializableContextFactory.WLSContext.WLSContextHelper
-
Field Summary
Fields Modifier and Type Field Description static SerializableContextFactory.WLSContext.WLSContextHelperHELPERHELPER is used internally to facilitate work with WLSContexts
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadContext(ObjectInput in)Reads the implementation ofContextfrom theContextInputdata stream.voidwriteContext(ObjectOutput out)Writes the implementation ofContextto theContextOutputdata 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 ofContextto theContextOutputdata stream.- Throws:
IOException
-
readContext
void readContext(ObjectInput in) throws IOException
Reads the implementation ofContextfrom theContextInputdata stream.- Throws:
IOException
-
-