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

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

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 LifecycleManager.initialize(Configuration configuration, Notifier notifier, RegionManager regionManager, NodeFactory nodeFactory, DataContainer cacheData, BuddyManager buddyManager, RPCManager rpcManager, ComponentRegistry componentRegistry)
           
 

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 AbstractVersionedDataCommand.notifier
           
 

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

Uses of Notifier in org.jboss.cache.factories
 

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

Uses of Notifier in org.jboss.cache.interceptors
 

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

Methods in org.jboss.cache.interceptors with parameters of type Notifier
 void NotificationInterceptor.injectDependencies(Notifier notifier, CacheSPI cacheSPI)
           
protected  void OptimisticNodeInterceptor.injectDependencies(Notifier notifier, NodeFactory nodeFactory, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer)
           
protected  void CacheLoaderInterceptor.injectDependencies(TransactionTable txTable, CacheLoaderManager clm, Configuration configuration, DataContainer dataContainer, LockManager lockManager, Notifier notifier)
           
 void TxInterceptor.intialize(RPCManager rpcManager, Notifier notifier, InvocationContextContainer icc, LifecycleManager lifecycleManager, CommandsFactory factory)
           
 void PassivationInterceptor.setDependencies(Notifier notifier, DataContainer dataContainer, 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)
           
 



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