org.jboss.cache.notifications.event
Interface TransactionRegisteredEvent

All Superinterfaces:
Event, TransactionalEvent
All Known Implementing Classes:
EventImpl

public interface TransactionRegisteredEvent
extends TransactionalEvent

This event is passed in to any method annotated with TransactionRegistered.

Note that this event is only delivered after the fact, i.e., you will never see an instance of this event with Event.isPre() being set to true.

Since:
2.0.0
Author:
Manik Surtani

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.cache.notifications.event.Event
Event.Type
 
Method Summary
 
Methods inherited from interface org.jboss.cache.notifications.event.TransactionalEvent
getTransaction, isOriginLocal
 
Methods inherited from interface org.jboss.cache.notifications.event.Event
getCache, getType, isPre
 



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