org.quartz.impl.jdbcjobstore
Class JobStoreSupport.VoidTransactionCallback
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobStoreSupport.VoidTransactionCallback
protected JobStoreSupport.VoidTransactionCallback()
execute
public final Void execute(Connection conn)
throws JobPersistenceException
- Specified by:
execute
in interface JobStoreSupport.TransactionCallback<Void>
- Throws:
JobPersistenceException
Copyright 2001-2015, Terracotta, Inc.