|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schedule.Type | |
---|---|
com.ibm.pim.job |
Uses of Schedule.Type in com.ibm.pim.job |
---|
Methods in com.ibm.pim.job that return Schedule.Type | |
---|---|
Schedule.Type |
Schedule.getType()
Gets schedule type. |
static Schedule.Type |
Schedule.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Schedule.Type[] |
Schedule.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.ibm.pim.job with parameters of type Schedule.Type | |
---|---|
Schedule |
JobManager.createSchedule(Job job,
java.lang.String scheduleName,
Schedule.Type scheduleType)
Runs the specified job with the given schedule type, based on the current time. |
Schedule |
JobManager.createSchedule(Job job,
java.lang.String scheduleName,
Schedule.Type scheduleType,
java.util.Date startTime)
Runs the specified job with the given schedule type and running time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |