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 acquired the given lock.
protected  void JobStoreSupport.executeInNonManagedTXLock(String lockName, JobStoreSupport.VoidTransactionCallback txCallback)
          Execute the given callback having optionally acquired the given lock.
 



Copyright 2001-2013, Terracotta, Inc.