public interface SchedulingService
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleMemberMethod(Method method,
Object self)
Schedules the given member method if it is annotated with
Scheduled. |
void |
scheduleStaticMethod(Method method)
Schedules the given static method if it is annotated with
Scheduled. |
void scheduleMemberMethod(Method method, Object self)
Scheduled. If it
is not, this method returns without performing any actions.method - The method to schedule. Must be a non-static member method.self - The object to invoke the method on.Copyright © 2014–2018. All rights reserved.