org.quartz.impl.jdbcjobstore
Class JobStoreSupport.VoidTransactionCallback

java.lang.Object
  extended by org.quartz.impl.jdbcjobstore.JobStoreSupport.VoidTransactionCallback
All Implemented Interfaces:
JobStoreSupport.TransactionCallback<Void>
Enclosing class:
JobStoreSupport

protected abstract class JobStoreSupport.VoidTransactionCallback
extends Object
implements JobStoreSupport.TransactionCallback<Void>

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)

Constructor Summary
protected JobStoreSupport.VoidTransactionCallback()
           
 
Method Summary
 Void execute(Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobStoreSupport.VoidTransactionCallback

protected JobStoreSupport.VoidTransactionCallback()
Method Detail

execute

public final Void execute(Connection conn)
                   throws JobPersistenceException
Specified by:
execute in interface JobStoreSupport.TransactionCallback<Void>
Throws:
JobPersistenceException


Copyright 2001-2019, Terracotta, Inc.