org.quartz.impl.jdbcjobstore
Interface JobStoreSupport.VoidTransactionCallback

Enclosing class:
JobStoreSupport

protected static interface JobStoreSupport.VoidTransactionCallback

Implement this interface to provide the code to execute within the a transaction template that has no return value.

See Also:
JobStoreSupport.executeInNonManagedTXLock(String, TransactionCallback)

Method Summary
 void execute(java.sql.Connection conn)
           
 

Method Detail

execute

void execute(java.sql.Connection conn)
             throws JobPersistenceException
Throws:
JobPersistenceException


Copyright 2001-2019, Terracotta, Inc.