|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntryModifiedEvent | |
---|---|
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 CacheEntryModifiedEvent in org.infinispan.cdi.event.cache |
---|
Fields in org.infinispan.cdi.event.cache declared as CacheEntryModifiedEvent | |
---|---|
static CacheEntryModifiedEvent<?,?> |
CacheEntryModifiedAdapter.EMPTY
|
Fields in org.infinispan.cdi.event.cache with type parameters of type CacheEntryModifiedEvent | |
---|---|
static javax.enterprise.util.TypeLiteral<CacheEntryModifiedEvent<?,?>> |
CacheEntryModifiedAdapter.WILDCARD_TYPE
|
Methods in org.infinispan.cdi.event.cache with parameters of type CacheEntryModifiedEvent | |
---|---|
void |
CacheEntryModifiedAdapter.fire(CacheEntryModifiedEvent<K,V> payload)
|
Constructor parameters in org.infinispan.cdi.event.cache with type arguments of type CacheEntryModifiedEvent | |
---|---|
CacheEntryModifiedAdapter(javax.enterprise.event.Event<CacheEntryModifiedEvent<K,V>> event)
|
Uses of CacheEntryModifiedEvent in org.infinispan.notifications.cachelistener.event |
---|
Classes in org.infinispan.notifications.cachelistener.event that implement CacheEntryModifiedEvent | |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |