|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpe.pase.RootTaskSummary
public class RootTaskSummary
RootTaskSummary is the class to record the shorty summary of
root task. It is used in the monitor frame.
| Constructor Summary | |
|---|---|
RootTaskSummary(java.lang.String pid,
java.lang.String taskID,
java.lang.String taskName,
java.lang.String startUpManName,
int hurry,
long startUpTime,
long duriTime,
java.lang.String keyword)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.Date |
getEndTime()
NOT REALLY "END TIME", It's really "The Dead Line" of the task |
int |
getHurry()
Get the task priority |
java.lang.String |
getKeyword()
Get the keyword |
java.lang.String |
getProcessID()
Get process id |
java.lang.String |
getStartUpMan()
Get the name whose start up |
java.util.Date |
getStartUpTime()
Get the time of start up |
java.lang.String |
getTaskID()
Get the task id |
java.lang.String |
getTaskName()
Get the task name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RootTaskSummary(java.lang.String pid,
java.lang.String taskID,
java.lang.String taskName,
java.lang.String startUpManName,
int hurry,
long startUpTime,
long duriTime,
java.lang.String keyword)
RootTaskSummary with the specified parameters.
pid - the given process idtaskID - the given task idtaskName - the given task namestartUpManName - the given name whose start uphurry - the given task's priority (Task.PRIORITY_HIGHEST, Task.PRIORITY_HIGH, Task.PRIORITY_NORMAL)startUpTime - the given time of start upduriTime - the given during timekeyword - the given keyword| Method Detail |
|---|
public java.util.Date getEndTime()
public int getHurry()
public java.lang.String getKeyword()
public java.lang.String getProcessID()
public java.lang.String getStartUpMan()
public java.util.Date getStartUpTime()
public java.lang.String getTaskID()
public java.lang.String getTaskName()
|
Agentflow V3.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||