verifyTransactionManager() method

Checks whether the transaction manager is set.

Syntax

void verifyTransactionManager ()

Usage

If the transaction manager is not set, an

IllegalStateException

will be thrown.

IMPLEMENTATION NOTE: Call this method from subclasses'

afterPropertiesSet

method, as soon as the retry event mechanism or the transaction manager is used directly.