10991100110111021103110411051106110711081109
{ // get the context EventContext ctx = contexts_.get(ctxId); if (ctx == null) { throw new CosInvalidEventContextException(); } // pass to context ctx.heartbeat(); }
11131114111511161117111811191120112111221123
{ // get the context EventContext ctx = contexts_.get(ctxId); if (ctx == null) { throw new CosInvalidEventContextException(); } // pass to context ctx.category = category; }