Uses of Package
org.infinispan.notifications.cachelistener

Packages that use org.infinispan.notifications.cachelistener
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.transaction.xa XA transaction support. 
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.commands
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.commands.read
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.commands.tx
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.commands.write
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.container
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.eviction
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.interceptors
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.notifications.cachelistener
CacheNotifier
          Public interface with all allowed notifications.
 

Classes in org.infinispan.notifications.cachelistener used by org.infinispan.transaction.xa
CacheNotifier
          Public interface with all allowed notifications.
 



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