@Retention(value=RUNTIME) @Target(value=METHOD) public @interface TransactionRegistered
Synchronization
with a registered TransactionManager
.
Methods annotated with this annotation should accept a single
parameter, a TransactionRegisteredEvent
otherwise a IncorrectCacheListenerException
will be thrown when registering your listener.
Note that methods marked with this annotation will only be fired after the fact, i.e., your method will never be
called with Event.isPre()
being set to true.CacheListener
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.