|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.timer.ScheduleIntrospector
public class ScheduleIntrospector
Processes EJB declarative scheduling. The scheduling functionality can be applied to bean types that are not EJBs.
| Constructor Summary | |
|---|---|
ScheduleIntrospector()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScheduleIntrospector()
| Method Detail |
|---|
public java.util.ArrayList<TimerTask> introspect(TimeoutCaller caller,
AnnotatedType<?> type)
protected java.lang.reflect.Method getScheduledMethod(AnnotatedMethod<?> method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||