Uses of Interface org.quartz.impl.jdbcjobstore.JobStoreSupport.VoidTransactionCallback (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Interface
org.quartz.impl.jdbcjobstore.JobStoreSupport.VoidTransactionCallback

Packages that use JobStoreSupport.VoidTransactionCallback
org.quartz.impl.jdbcjobstore   
 

Uses of JobStoreSupport.VoidTransactionCallback in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore with parameters of type JobStoreSupport.VoidTransactionCallback
protected  void JobStoreSupport.executeInLock(String lockName, JobStoreSupport.VoidTransactionCallback txCallback)
          Execute the given callback having aquired the given lock.
protected  void JobStoreSupport.executeInNonManagedTXLock(String lockName, JobStoreSupport.VoidTransactionCallback txCallback)
          Execute the given callback having optionally aquired the given lock.
 



Copyright 2001-2011, Terracotta, Inc.