Uses of Interface
org.jbpm.api.job.Timer

Packages that use Timer
org.jbpm.api.model common model base classes for the client, activity and event listener API's 
org.jbpm.api.session interfaces to pluggable transactional resources to be used by activity implementations. 
 

Uses of Timer in org.jbpm.api.model
 

Methods in org.jbpm.api.model that return types with arguments of type Timer
 java.util.Set<Timer> OpenExecution.getTimers()
          timers for this execution scope
 

Uses of Timer in org.jbpm.api.session
 

Methods in org.jbpm.api.session that return types with arguments of type Timer
 java.util.List<Timer> PvmDbSession.findTimers(int firstResult, int maxResults)
          timers
 

Methods in org.jbpm.api.session with parameters of type Timer
 void TimerSession.cancel(Timer timer)
          Cancels a timer.
 void TimerSession.schedule(Timer timer)
          Schedule the execution of a timer.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.