Uses of Interface
org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent

Packages that use TransactionRegisteredEvent
org.infinispan.cdi.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI. 
org.infinispan.notifications.cachelistener.event   
 

Uses of TransactionRegisteredEvent in org.infinispan.cdi.event.cache
 

Fields in org.infinispan.cdi.event.cache declared as TransactionRegisteredEvent
static TransactionRegisteredEvent<?,?> TransactionRegisteredAdapter.EMPTY
           
 

Fields in org.infinispan.cdi.event.cache with type parameters of type TransactionRegisteredEvent
static javax.enterprise.util.TypeLiteral<TransactionRegisteredEvent<?,?>> TransactionRegisteredAdapter.WILDCARD_TYPE
           
 

Methods in org.infinispan.cdi.event.cache with parameters of type TransactionRegisteredEvent
 void TransactionRegisteredAdapter.fire(TransactionRegisteredEvent<K,V> payload)
           
 

Constructor parameters in org.infinispan.cdi.event.cache with type arguments of type TransactionRegisteredEvent
TransactionRegisteredAdapter(javax.enterprise.event.Event<TransactionRegisteredEvent<K,V>> event)
           
 

Uses of TransactionRegisteredEvent in org.infinispan.notifications.cachelistener.event
 

Classes in org.infinispan.notifications.cachelistener.event that implement TransactionRegisteredEvent
 class EventImpl<K,V>
          Basic implementation of an event that covers all event types.
 


-->

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