|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScheduleStatus
Interface that provides information about job schedule status
Nested Class Summary | |
---|---|
static class |
ScheduleStatus.Type
This is an enum type for job status. |
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.util.Date |
getEndTime()
Gets the time at which the schedule exits this status. |
java.lang.String |
getReturnValue()
Gets the return value being set to the status. |
int |
getRunIndex()
Gets the index for the run of schedule. |
java.util.Date |
getStartTime()
Gets the time at which the schedule enters this status. |
ScheduleStatus.Type |
getType()
Gets the status type. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
ScheduleStatus.Type getType()
PIMInternalException
- If an internal error occurs.int getRunIndex()
PIMInternalException
- If an internal error occurs.java.lang.String getReturnValue()
PIMInternalException
- If an internal error occurs.java.util.Date getStartTime()
PIMInternalException
- If an internal error occurs.java.util.Date getEndTime()
PIMInternalException
- If an internal error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |