Uses of Class
com.caucho.config.timer.TimeoutInvoker

Packages that use TimeoutInvoker
com.caucho.config.timer   
com.caucho.ejb.timer   
 

Uses of TimeoutInvoker in com.caucho.config.timer
 

Subclasses of TimeoutInvoker in com.caucho.config.timer
 class MethodTimeoutInvoker
          Callback for a timer
 

Constructors in com.caucho.config.timer with parameters of type TimeoutInvoker
TimerTask(TimeoutInvoker invoker, java.lang.Runnable task, CronExpression cronExpression, Trigger trigger, java.io.Serializable data)
          Constructs a new scheduled task.
 

Uses of TimeoutInvoker in com.caucho.ejb.timer
 

Subclasses of TimeoutInvoker in com.caucho.ejb.timer
 class EjbTimerInvocation
          Callback for a timer