Uses of Interface
org.ow2.orchestra.pvm.job.Timer

Packages that use Timer
org.ow2.orchestra.pvm   
org.ow2.orchestra.pvm.internal.cmd   
org.ow2.orchestra.pvm.internal.hibernate   
org.ow2.orchestra.pvm.internal.job   
org.ow2.orchestra.pvm.internal.jobexecutor   
org.ow2.orchestra.pvm.internal.svc   
org.ow2.orchestra.pvm.session   
 

Uses of Timer in org.ow2.orchestra.pvm
 

Methods in org.ow2.orchestra.pvm that return types with arguments of type Timer
 List<Timer> ManagementService.getTimers(int firstResult, int maxResults)
          all the timers which are waiting for their due date.
 

Uses of Timer in org.ow2.orchestra.pvm.internal.cmd
 

Methods in org.ow2.orchestra.pvm.internal.cmd that return types with arguments of type Timer
 List<Timer> GetTimersCmd.execute(Environment environment)
           
 

Uses of Timer in org.ow2.orchestra.pvm.internal.hibernate
 

Methods in org.ow2.orchestra.pvm.internal.hibernate that return types with arguments of type Timer
 List<Timer> HibernatePvmDbSession.findTimers(int firstResult, int maxResults)
           
 

Uses of Timer in org.ow2.orchestra.pvm.internal.job
 

Classes in org.ow2.orchestra.pvm.internal.job that implement Timer
 class TimerImpl
          a runtime timer instance.
 

Uses of Timer in org.ow2.orchestra.pvm.internal.jobexecutor
 

Methods in org.ow2.orchestra.pvm.internal.jobexecutor with parameters of type Timer
protected  void JobExecutorTimerSession.validate(Timer timer)
           
 

Uses of Timer in org.ow2.orchestra.pvm.internal.svc
 

Methods in org.ow2.orchestra.pvm.internal.svc that return types with arguments of type Timer
 List<Timer> CommandManagementService.getTimers(int firstResult, int maxResults)
           
 

Uses of Timer in org.ow2.orchestra.pvm.session
 

Methods in org.ow2.orchestra.pvm.session that return types with arguments of type Timer
 List<Timer> PvmDbSession.findTimers(int firstResult, int maxResults)
          timers
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.