Package | Description |
---|---|
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
org.infinispan.jcache | |
org.infinispan.notifications.cachelistener.event | |
org.infinispan.server.websocket |
Modifier and Type | Field and Description |
---|---|
static CacheEntryRemovedEvent<?,?> |
CacheEntryRemovedAdapter.EMPTY |
Modifier and Type | Field and Description |
---|---|
static javax.enterprise.util.TypeLiteral<CacheEntryRemovedEvent<?,?>> |
CacheEntryRemovedAdapter.WILDCARD_TYPE |
Modifier and Type | Method and Description |
---|---|
void |
CacheEntryRemovedAdapter.fire(CacheEntryRemovedEvent<K,V> payload) |
Constructor and Description |
---|
CacheEntryRemovedAdapter(javax.enterprise.event.Event<CacheEntryRemovedEvent<K,V>> event) |
Modifier and Type | Method and Description |
---|---|
void |
JCacheListenerAdapter.handleCacheEntryRemovedEvent(CacheEntryRemovedEvent<K,V> e) |
Modifier and Type | Class and Description |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheListener.cacheEntryRemoved(CacheEntryRemovedEvent<Object,Object> event) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.