|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface JobStoreSupport.TransactionCallback
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.
JobStoreSupport.executeInNonManagedTXLock(String, TransactionCallback)
,
JobStoreSupport.executeInLock(String, TransactionCallback)
,
JobStoreSupport.executeWithoutLock(TransactionCallback)
Method Summary | |
---|---|
Object |
execute(Connection conn)
|
Method Detail |
---|
Object execute(Connection conn) throws JobPersistenceException
JobPersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |