public class ProcessStatusInfo extends Object
ProcessStatusInfo(int pid, long userTime, long kernelTime)
long
getKernelTime()
int
getPid()
getUserTime()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProcessStatusInfo(int pid, long userTime, long kernelTime)
public int getPid()
public long getUserTime()
public long getKernelTime()
Copyright © 2014. All rights reserved.