Agentflow
V3.1

pe.pase
Class RootTaskSummary

java.lang.Object
  extended by pe.pase.RootTaskSummary
All Implemented Interfaces:
java.io.Serializable

public class RootTaskSummary
extends java.lang.Object
implements java.io.Serializable

RootTaskSummary is the class to record the shorty summary of root task. It is used in the monitor frame.

Version:
1.1.5,
Author:
yschen
See Also:
Serialized Form

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

RootTaskSummary

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)
Constructor. Construct a instance of RootTaskSummary with the specified parameters.

Parameters:
pid - the given process id
taskID - the given task id
taskName - the given task name
startUpManName - the given name whose start up
hurry - the given task's priority (Task.PRIORITY_HIGHEST, Task.PRIORITY_HIGH, Task.PRIORITY_NORMAL)
startUpTime - the given time of start up
duriTime - the given during time
keyword - the given keyword
Since:
version 1.1.0
Method Detail

getEndTime

public java.util.Date getEndTime()
NOT REALLY "END TIME", It's really "The Dead Line" of the task

Returns:
the time
Since:
version 1.1.0

getHurry

public int getHurry()
Get the task priority

Returns:
the priority (Task.PRIORITY_HIGHEST, Task.PRIORITY_HIGH, Task.PRIORITY_NORMAL)
Since:
version 1.1.0

getKeyword

public java.lang.String getKeyword()
Get the keyword

Returns:
the keyword
Since:
version 1.1.0

getProcessID

public java.lang.String getProcessID()
Get process id

Returns:
the process id
Since:
version 1.1.0

getStartUpMan

public java.lang.String getStartUpMan()
Get the name whose start up

Returns:
the name
Since:
version 1.1.0

getStartUpTime

public java.util.Date getStartUpTime()
Get the time of start up

Returns:
the time
Since:
version 1.1.0

getTaskID

public java.lang.String getTaskID()
Get the task id

Returns:
the task id
Since:
version 1.1.0

getTaskName

public java.lang.String getTaskName()
Get the task name

Returns:
the task name
Since:
version 1.1.0

Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.