|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JPPFSchedule | |
|---|---|
| org.jppf.scheduling | Support for time-sceduling actions. |
| org.jppf.server.protocol | Classes supporting the data transported between components of the communication model. |
| Uses of JPPFSchedule in org.jppf.scheduling |
|---|
| Methods in org.jppf.scheduling with parameters of type JPPFSchedule | |
|---|---|
void |
JPPFScheduleHandler.scheduleAction(Object key,
JPPFSchedule schedule,
Runnable action)
Schedule an action. |
void |
JPPFScheduleHandler.scheduleAction(Object key,
JPPFSchedule schedule,
Runnable action,
long start)
Schedule an action. |
| Uses of JPPFSchedule in org.jppf.server.protocol |
|---|
| Methods in org.jppf.server.protocol that return JPPFSchedule | |
|---|---|
JPPFSchedule |
JPPFJobSLA.getJobExpirationSchedule()
Get the job expiration schedule configuration. |
JPPFSchedule |
JPPFJobSLA.getJobSchedule()
Get the job schedule. |
JPPFSchedule |
JPPFTask.getTimeoutSchedule()
Get the task timeout schedule configuration. |
| Methods in org.jppf.server.protocol with parameters of type JPPFSchedule | |
|---|---|
void |
JPPFJobSLA.setJobExpirationSchedule(JPPFSchedule jobExpirationSchedule)
Set the job expiration schedule configuration. |
void |
JPPFJobSLA.setJobSchedule(JPPFSchedule jobSchedule)
Set the job schedule. |
void |
JPPFTask.setTimeoutSchedule(JPPFSchedule timeoutSchedule)
Get the task timeout schedule configuration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||