|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.schedule.TaskActivity
public class TaskActivity
This class holds the schedule task status.
| Constructor Summary | |
|---|---|
TaskActivity(String taskname)
Create a task status object. |
|
| Method Summary | |
|---|---|
String |
getCleanMessage()
Get a non-null message string. |
String |
getError()
Gets the error message, if any. |
String |
getFormattedLastRunEnd()
Get a string representation of last execution ending time. |
String |
getFormattedLastRunStart()
Get a string representation of last execution start time. |
String |
getFormattedNextRunStart()
Get a string representation of next execution start time. |
long |
getLastRunEnd()
Get the last execution end time. |
long |
getLastRunStart()
Get the last execution starting time. |
String |
getLastRunStatus()
Get the last execution status. |
String |
getMessage()
Get the status message. |
long |
getNextRunStart()
Get the next execution start time. |
String |
getNextRunStatus()
Get the next execution status. |
String |
getTaskName()
Get task name. |
void |
setError(String error)
Sets the error message, if any. |
void |
setLastRunEnd(long end)
Set the last execution end time. |
void |
setLastRunStart(long start)
Set the last execution start time. |
void |
setLastRunStatus(String status)
Set the last execution status. |
void |
setMessage(String msg)
Set the task status message. |
void |
setNextRunStart(long start)
Set the next execution start time. |
void |
setNextRunStatus(String status)
Set the next execution status. |
void |
setTaskName(String taskname)
Set the task name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskActivity(String taskname)
| Method Detail |
|---|
public String getTaskName()
public String getLastRunStatus()
public long getLastRunStart()
public String getFormattedLastRunStart()
public long getLastRunEnd()
public String getFormattedLastRunEnd()
public String getNextRunStatus()
public long getNextRunStart()
public String getFormattedNextRunStart()
public String getMessage()
public String getCleanMessage()
public void setTaskName(String taskname)
public void setLastRunStatus(String status)
public void setLastRunStart(long start)
public void setLastRunEnd(long end)
public void setNextRunStatus(String status)
public void setNextRunStart(long start)
public void setMessage(String msg)
public String getError()
public void setError(String error)
error - the error message.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||