public class ScheduledMethodRunnable extends Object implements Runnable
MethodInvokingRunnable
meant to be used for processing
of no-arg scheduled methods. Propagates user exceptions to the caller,
assuming that an error strategy for Runnables is in place.ScheduledAnnotationBeanPostProcessor
Constructor and Description |
---|
ScheduledMethodRunnable(Object target,
Method method) |
ScheduledMethodRunnable(Object target,
String methodName) |
public ScheduledMethodRunnable(Object target, String methodName) throws NoSuchMethodException
NoSuchMethodException