Infinispan Distribution 5.2.6.Final-redhat-2

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

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

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

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

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

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

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

Classes in org.infinispan.notifications.cachelistener.event that implement CacheEntryEvictedEvent
 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.