|
Smernice oddelenia QNX | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microstepmis.schd.ProcessStatus
public class ProcessStatus
Struktura popisujuca stav procesu v pamati schedulera.
(c) 2005 MicroStep-MIS www.microstep-mis.com
Field Summary | |
---|---|
java.lang.String[] |
args
Argumenty metody main. |
java.lang.String |
className
Startovacia class. |
long |
initTime
Pociatok nabehu ziskany v okamihu nabehu cez System.currentTimeMillis(); |
boolean |
initWarning
Warning o stave nabehu (true-bol, false-este nebol). |
boolean |
persistent
Ci ma zaznam figurovat v tabulkach ProcessManageru aj po vyprsani. |
long |
pid
Pid procesu. |
java.lang.Integer |
priority
Priorita, na ktorej sa proces spusta. |
SchdProcess |
process
Objekt SchdProcess. |
java.lang.String |
processName
Symbolicke meno tasku. |
int |
progress
Progres nabehu procesu. |
int |
state
Stav procesu. |
Constructor Summary | |
---|---|
ProcessStatus()
Creates a new ProcessStatus object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String processName
public java.lang.String className
public java.lang.String[] args
public long initTime
public SchdProcess process
public int state
public long pid
public int progress
public boolean initWarning
public java.lang.Integer priority
public boolean persistent
Constructor Detail |
---|
public ProcessStatus()
|
Smernice oddelenia QNX | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |