org.quartz.impl.jdbcjobstore
Interface JobStoreSupport.TransactionCallback<T>
- All Known Implementing Classes:
- JobStoreSupport.VoidTransactionCallback
- Enclosing class:
- JobStoreSupport
protected static interface JobStoreSupport.TransactionCallback<T>
Implement this interface to provide the code to execute within
the a transaction template. If no return value is required, execute
should just return null.
- See Also:
JobStoreSupport#executeInNonManagedTXLock(String, TransactionCallback)
,
JobStoreSupport.executeInLock(String, TransactionCallback)
,
JobStoreSupport.executeWithoutLock(TransactionCallback)
execute
T execute(Connection conn)
throws JobPersistenceException
- Throws:
JobPersistenceException
Copyright 2001-2015, Terracotta, Inc.