org.ros.internal.system
Class Process

java.lang.Object
  extended by org.ros.internal.system.Process

public class Process
extends java.lang.Object

Process-related utility methods.


Method Summary
static int getPid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPid

public static int getPid()
Returns:
PID of node process if available, throws UnsupportedOperationException otherwise.