Uses of Interface
com.wm.app.tn.db.IJobDequeingStrategy

Packages that use IJobDequeingStrategy
com.wm.app.tn.db   
 

Uses of IJobDequeingStrategy in com.wm.app.tn.db
 

Classes in com.wm.app.tn.db that implement IJobDequeingStrategy
 class GivenTaskDequeingStrategy
          Returns the strategy giving the "queued" task with given taskId in the given queue OTN-11671
 class OldestTaskDequeingStrategy
          Returns the strategy giving the oldest "queued" task in the given queue OTN-11671