Examples of monitor_node()


Examples of erjang.EAbstractNode.monitor_node()

   
    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;
    }
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.