public class ScheduleIntrospector
extends java.lang.Object
Constructor and Description |
---|
ScheduleIntrospector() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.reflect.Method |
getScheduledMethod(AnnotatedMethod<?> method)
Returns the method to call when the schedule event occurs.
|
java.util.ArrayList<TimerTask> |
introspect(TimeoutCaller caller,
AnnotatedType<?> type)
Introspects the method for scheduling attributes.
|
public java.util.ArrayList<TimerTask> introspect(TimeoutCaller caller, AnnotatedType<?> type)
protected java.lang.reflect.Method getScheduledMethod(AnnotatedMethod<?> method)