Uses of Class
net.anotheria.anodoc.util.context.CallContext
-
Packages that use CallContext Package Description net.anotheria.anodoc.util.context -
-
Uses of CallContext in net.anotheria.anodoc.util.context
Methods in net.anotheria.anodoc.util.context that return CallContext Modifier and Type Method Description CallContextCallContextFactory. createContext()Creates a new context.static CallContextContextManager. getCallContext()Returns the call context for this thread.Methods in net.anotheria.anodoc.util.context with parameters of type CallContext Modifier and Type Method Description static voidContextManager. setCallContext(CallContext value)Setter for the fieldcallContext.
-