119120121122123124125126127128129
EAbstractNode n = EPeer.get(aname); if (n == null) { return dmonitor_node3_trap.invoke(proc, new EObject[]{aname, aflag, opts}); } else { n.monitor_node(proc.self_handle(), aflag==ERT.TRUE); return ERT.TRUE; } }