Infinispan Distribution 5.2.6.Final-redhat-2

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

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

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

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

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

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

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

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