Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use TransactionCompletedEvent
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 TransactionCompletedEvent in org.infinispan.cdi.event.cache
 

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

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

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

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

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

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


Infinispan Distribution 5.2.6.Final-redhat-2

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