Example #1
0
 protected static TraceCtx getCtx() {
   return (TraceCtx) getSubCtx(DsfCtx.ctx(), CTX_NAME);
 }
Example #2
0
 protected static void setCtx(final TraceCtx ctx) {
   setSubCtx(DsfCtx.ctx(), CTX_NAME, ctx);
 }
Example #3
0
 protected static DapCtx getCtx() {
   return (DapCtx) getSubCtx(DsfCtx.ctx(), CTX_NAME);
 }