Uses of Interface
org.jboss.cache.notifications.Notifier

Packages that use Notifier
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.read   
org.jboss.cache.commands.write   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.notifications   
 

Uses of Notifier in org.jboss.cache
 

Methods in org.jboss.cache that return Notifier
 Notifier CacheSPI.getNotifier()
          Retrieves the current Notifier instance associated with the current Cache instance.
 

Methods in org.jboss.cache with parameters of type Notifier
 void RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener, Configuration configuration, Notifier notifier, CacheSPI spi, Marshaller marshaller, TransactionTable txTable, TransactionManager txManager, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of Notifier in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with parameters of type Notifier
 void BuddyManager.injectDependencies(CacheSPI cache, Configuration configuration, RegionManager regionManager, StateTransferManager stateTransferManager, RPCManager rpcManager, Notifier notifier, CommandsFactory factory, DataContainer dataContainer, BuddyFqnTransformer transformer)
           
 

Uses of Notifier in org.jboss.cache.commands
 

Fields in org.jboss.cache.commands declared as Notifier
protected  Notifier CommandsFactoryImpl.notifier
           
 

Methods in org.jboss.cache.commands with parameters of type Notifier
 void CommandsFactoryImpl.initialize(RPCManager rpc, DataContainer dataContainer, Notifier notifier, BuddyManager buddyManager, InterceptorChain invoker, TransactionTable transactionTable, CacheSPI cacheSpi, Configuration configuration, TransactionManager txManager, BuddyFqnTransformer buddyFqnTransformer)
           
 

Uses of Notifier in org.jboss.cache.commands.read
 

Methods in org.jboss.cache.commands.read with parameters of type Notifier
 void GetKeyValueCommand.initialize(DataContainer dataContainer, Notifier notifier)
           
 

Uses of Notifier in org.jboss.cache.commands.write
 

Fields in org.jboss.cache.commands.write declared as Notifier
protected  Notifier MoveCommand.notifier
           
protected  Notifier InvalidateCommand.notifier
           
protected  Notifier EvictCommand.notifier
           
protected  Notifier AbstractVersionedDataCommand.notifier
           
 

Methods in org.jboss.cache.commands.write with parameters of type Notifier
 void InvalidateCommand.initialize(CacheSPI cacheSpi, DataContainer dataContainer, Notifier notifier)
           
 void MoveCommand.initialize(Notifier notifier, DataContainer dataContainer)
           
 void EvictCommand.initialize(Notifier notifier, DataContainer dataContainer)
           
 void AbstractVersionedDataCommand.initialize(Notifier notifier, DataContainer dataContainer)
           
 

Uses of Notifier in org.jboss.cache.interceptors
 

Fields in org.jboss.cache.interceptors declared as Notifier
protected  Notifier CacheLoaderInterceptor.notifier
           
protected  Notifier LegacyCacheLoaderInterceptor.notifier
          Deprecated.  
 

Methods in org.jboss.cache.interceptors with parameters of type Notifier
 void NotificationInterceptor.injectDependencies(Notifier notifier)
           
protected  void OptimisticNodeInterceptor.injectDependencies(Notifier notifier, NodeFactory nodeFactory, DataContainer dataContainer)
          Deprecated.  
protected  void LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
          Deprecated.  
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, Notifier notifier, MVCCNodeHelper helper)
           
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier notifier, InvocationContextContainer icc, TransactionLog transactionLog, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 void PassivationInterceptor.setDependencies(Notifier notifier, CacheLoaderManager loaderManager)
           
 

Uses of Notifier in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return Notifier
 Notifier CacheInvocationDelegate.getNotifier()
           
 

Methods in org.jboss.cache.invocation with parameters of type Notifier
 void CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager, CacheLoaderManager cacheLoaderManager, Notifier notifier, TransactionManager transactionManager, BuddyManager buddyManager, TransactionTable transactionTable, RPCManager rpcManager, RegionManager regionManager, Marshaller marshaller, CommandsFactory commandsFactory, DataContainer dataContainer, MVCCNodeHelper mvccHelper, BatchContainer batchContainer)
           
 

Uses of Notifier in org.jboss.cache.notifications
 

Classes in org.jboss.cache.notifications that implement Notifier
 class NotifierImpl
          Helper class that handles all notifications to registered listeners.
 



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