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