Uses of Interface
org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier

Packages that use CacheManagerNotifier
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
 

Uses of CacheManagerNotifier in org.infinispan.distribution
 

Methods in org.infinispan.distribution with parameters of type CacheManagerNotifier
 void DistributionManagerImpl.init(Configuration configuration, RpcManager rpcManager, CacheManagerNotifier notifier, CommandsFactory cf, DataContainer dataContainer, InterceptorChain interceptorChain, InvocationContextContainer icc, CacheLoaderManager cacheLoaderManager)
           
 

Uses of CacheManagerNotifier in org.infinispan.factories
 

Methods in org.infinispan.factories with parameters of type CacheManagerNotifier
 void ComponentRegistry.setCacheManagerNotifier(CacheManagerNotifier cacheManagerNotifier)
           
 

Uses of CacheManagerNotifier in org.infinispan.notifications.cachemanagerlistener
 

Classes in org.infinispan.notifications.cachemanagerlistener that implement CacheManagerNotifier
 class CacheManagerNotifierImpl
          Global, shared notifications on the cache manager.
 

Uses of CacheManagerNotifier in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with parameters of type CacheManagerNotifier
 void Transport.initialize(GlobalConfiguration c, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler handler, CacheManagerNotifier notifier)
          Initializes the transport with global cache configuration and transport-specific properties.
 

Uses of CacheManagerNotifier in org.infinispan.remoting.transport.jgroups
 

Fields in org.infinispan.remoting.transport.jgroups declared as CacheManagerNotifier
protected  CacheManagerNotifier JGroupsTransport.notifier
           
 

Methods in org.infinispan.remoting.transport.jgroups with parameters of type CacheManagerNotifier
 void JGroupsTransport.initialize(GlobalConfiguration c, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier)
           
 


Google Analytics

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