org.infinispan.notifications.cachelistener.annotation
Annotation Type TransactionRegistered


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface TransactionRegistered

This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and registers a Synchronization with a registered TransactionManager.

Methods annotated with this annotation should accept a single parameter, a TransactionRegisteredEvent otherwise a IncorrectListenerException 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.

Since:
4.0
Author:
Manik Surtani
See Also:
Listener


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.