|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.common.Process
public class Process
Process encapsulation.
フィールドの概要 | |
---|---|
boolean |
active
Whether the process is active. |
List |
childList
A list of children Process es. |
String |
cmd
Command line. |
String |
desc
Process decription (e.g. |
long |
duration
Process duration in milliseconds. |
Process |
parent
Parent process. |
int |
pid
Process ID. |
int |
ppid
Parent process ID. |
List |
samples
A list of process statistics samples. |
Date |
startTime
Process start time. |
static int |
STATE_RUNNING
Running state. |
static int |
STATE_SLEEPING
Sleeping state. |
static int |
STATE_STOPPED
Stopped or traced. |
static int |
STATE_UNDEFINED
Undefined state. |
static int |
STATE_WAITING
Uninterruptible sleep. |
static int |
STATE_ZOMBIE
Zombie state (defunct). |
コンストラクタの概要 | |
---|---|
Process(int pid,
String cmd)
Created a new process. |
メソッドの概要 | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
Returns a string representation of the process. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final int STATE_UNDEFINED
public static final int STATE_RUNNING
public static final int STATE_SLEEPING
public static final int STATE_WAITING
public static final int STATE_STOPPED
public static final int STATE_ZOMBIE
public int pid
public String cmd
public String desc
public Date startTime
public long duration
public Process parent
public int ppid
public List childList
Process
es.
public List samples
public boolean active
コンストラクタの詳細 |
---|
public Process(int pid, String cmd)
pid
- process IDcmd
- command lineメソッドの詳細 |
---|
public String toString()
Object
内の toString
public int compareTo(Object o)
Comparable
内の compareTo
public boolean equals(Object o)
Object
内の equals
public int hashCode()
Object
内の hashCode
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |