Uses of Interface
org.infinispan.notifications.cachelistener.CacheNotifier

Packages that use CacheNotifier
org.infinispan   
org.infinispan.commands   
org.infinispan.commands.read   
org.infinispan.commands.write   
org.infinispan.factories   
org.infinispan.interceptors   
org.infinispan.notifications.cachelistener   
 

Uses of CacheNotifier in org.infinispan
 

Fields in org.infinispan declared as CacheNotifier
protected  CacheNotifier CacheDelegate.notifier
           
 

Methods in org.infinispan with parameters of type CacheNotifier
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of CacheNotifier in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type CacheNotifier
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache cache, InterceptorChain interceptorChain, CacheLoaderManager clManager)
           
 

Uses of CacheNotifier in org.infinispan.commands.read
 

Constructors in org.infinispan.commands.read with parameters of type CacheNotifier
GetKeyValueCommand(Object key, CacheNotifier notifier)
           
 

Uses of CacheNotifier in org.infinispan.commands.write
 

Fields in org.infinispan.commands.write declared as CacheNotifier
protected  CacheNotifier RemoveCommand.notifier
           
 

Methods in org.infinispan.commands.write with parameters of type CacheNotifier
 void RemoveCommand.init(CacheNotifier notifier)
           
 void PutMapCommand.init(CacheNotifier notifier)
           
 void PutKeyValueCommand.init(CacheNotifier notifier)
           
 void EvictCommand.initialize(CacheNotifier notifier)
           
 

Constructors in org.infinispan.commands.write with parameters of type CacheNotifier
EvictCommand(Object key, CacheNotifier notifier)
           
InvalidateCommand(CacheNotifier notifier, Object... keys)
           
PutKeyValueCommand(Object key, Object value, boolean putIfAbsent, CacheNotifier notifier, long lifespanMillis, long maxIdleTimeMillis)
           
PutMapCommand(Map map, CacheNotifier notifier, long lifespanMillis, long maxIdleTimeMillis)
           
RemoveCommand(Object key, Object value, CacheNotifier notifier)
           
 

Uses of CacheNotifier in org.infinispan.factories
 

Methods in org.infinispan.factories with parameters of type CacheNotifier
 void EntryFactoryImpl.injectDependencies(DataContainer dataContainer, LockManager lockManager, Configuration configuration, CacheNotifier notifier)
           
 

Uses of CacheNotifier in org.infinispan.interceptors
 

Fields in org.infinispan.interceptors declared as CacheNotifier
protected  CacheNotifier CacheLoaderInterceptor.notifier
           
 

Methods in org.infinispan.interceptors with parameters of type CacheNotifier
protected  void CacheLoaderInterceptor.injectDependencies(CacheLoaderManager clm, DataContainer dataContainer, EntryFactory entryFactory, CacheNotifier notifier)
           
 void NotificationInterceptor.injectDependencies(CacheNotifier notifier)
           
 void TxInterceptor.intialize(CacheManager cacheManager, ContextFactory contextFactory, CacheNotifier notifier, InvocationContextContainer icc, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager, TransactionLog transactionLog)
           
 void PassivationInterceptor.setDependencies(CacheNotifier notifier, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer)
           
 

Uses of CacheNotifier in org.infinispan.notifications.cachelistener
 

Classes in org.infinispan.notifications.cachelistener that implement CacheNotifier
 class CacheNotifierImpl
          Helper class that handles all notifications to registered listeners.
 



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