Uses of Class
org.jboss.cache.factories.ComponentRegistry

Packages that use ComponentRegistry
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.marshall   
 

Uses of ComponentRegistry in org.jboss.cache.factories
 

Fields in org.jboss.cache.factories declared as ComponentRegistry
protected  ComponentRegistry ComponentFactory.componentRegistry
           
 

Methods in org.jboss.cache.factories with parameters of type ComponentRegistry
static InterceptorChainFactory InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry, Configuration configuration)
           
 

Constructors in org.jboss.cache.factories with parameters of type ComponentRegistry
BootstrapFactory(CacheSPI cacheSPI, Configuration configuration, ComponentRegistry componentRegistry)
           
ComponentFactory(ComponentRegistry componentRegistry, Configuration configuration)
          Constructs a new ComponentFactory.
 

Uses of ComponentRegistry in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type ComponentRegistry
 void TxInterceptor.intialize(RPCManager rpcManager, NotifierImpl notifier, InvocationContextContainer icc, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of ComponentRegistry in org.jboss.cache.invocation
 

Fields in org.jboss.cache.invocation declared as ComponentRegistry
protected  ComponentRegistry AbstractInvocationDelegate.componentRegistry
           
 

Methods in org.jboss.cache.invocation with parameters of type ComponentRegistry
 void AbstractInvocationDelegate.initialize(Configuration configuration, InvocationContextContainer invocationContextContainer, ComponentRegistry componentRegistry, InterceptorChain interceptorChain)
          Used by the interceptor chain factory to inject dependencies.
 

Uses of ComponentRegistry in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with parameters of type ComponentRegistry
 void CacheLoaderManager.injectDependencies(CacheSPI cache, Configuration configuration, RegionManager regionManager, ComponentRegistry registry)
           
 void ChainingCacheLoader.injectDependencies(ComponentRegistry registry)
           
 

Uses of ComponentRegistry in org.jboss.cache.marshall
 

Fields in org.jboss.cache.marshall declared as ComponentRegistry
protected  ComponentRegistry CommandAwareRpcDispatcher.componentRegistry
           
 

Constructors in org.jboss.cache.marshall with parameters of type ComponentRegistry
CommandAwareRpcDispatcher(org.jgroups.Channel channel, org.jgroups.MessageListener l, org.jgroups.MembershipListener l2, Object serverObj, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry)
           
InactiveRegionAwareRpcDispatcher(org.jgroups.Channel channel, org.jgroups.MessageListener l, org.jgroups.MembershipListener l2, Object serverObj, InvocationContextContainer container, InterceptorChain interceptorChain, ComponentRegistry componentRegistry)
          Only provide the flavour of the RpcDispatcher constructor that we care about.
 



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