Class ContextImpl
java.lang.Object
org.glassfish.diagnostics.context.impl.ContextImpl
- All Implemented Interfaces:
org.glassfish.contextpropagation.ViewCapable,Context
public class ContextImpl
extends Object
implements Context, org.glassfish.contextpropagation.ViewCapable
Base implementation of
org.glassfish.diagnostics.context.Context.
Delegates to a org.glassfish.contextpropagation.View-
Method Summary
Modifier and TypeMethodDescription<T> TGet a named value from this Context.org.glassfish.contextpropagation.LocationGet the Location of this Context.<T> TPut a named value in this Context.<T> TPut a named value in this Context.<T> TRemove the named value from this Context.toString()
-
Method Details
-
getLocation
public org.glassfish.contextpropagation.Location getLocation()Description copied from interface:ContextGet the Location of this Context.- Specified by:
getLocationin interfaceContext
-
put
Description copied from interface:ContextPut a named value in this Context. -
put
Description copied from interface:ContextPut a named value in this Context. -
get
Description copied from interface:ContextGet a named value from this Context. -
remove
Description copied from interface:ContextRemove the named value from this Context. -
toString
-