|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ServiceManager.ServiceScheduleSkipper
This interface provides capability for other processes to request a service run.
| Method Summary | |
|---|---|
boolean |
addService(Long serviceId)
Adds a service with a given id to this skipper |
void |
awaitServiceRun(Long serviceId)
Await this service being run. |
| Method Detail |
|---|
boolean addService(Long serviceId)
serviceId - service id
void awaitServiceRun(Long serviceId)
throws InterruptedException
serviceId - Service ID
InterruptedException - if the current thread was interrupted while waiting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||