Uses of Class
org.jboss.cache.LifecycleManager

Packages that use LifecycleManager
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.marshall   
 

Uses of LifecycleManager in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type LifecycleManager
protected  void DefaultCacheFactory.bootstrap(LifecycleManager lifecycleManager, CacheSPI spi, Configuration configuration)
          Bootstraps this factory with a Configuration and a ComponentRegistry.
 

Uses of LifecycleManager in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type LifecycleManager
 void TxInterceptor.intialize(RPCManager rpcManager, Notifier notifier, InvocationContextContainer icc, LifecycleManager lifecycleManager, CommandsFactory factory)
           
 

Uses of LifecycleManager in org.jboss.cache.invocation
 

Fields in org.jboss.cache.invocation declared as LifecycleManager
protected  LifecycleManager AbstractInvocationDelegate.lifecycleManager
           
 

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

Uses of LifecycleManager in org.jboss.cache.marshall
 

Fields in org.jboss.cache.marshall declared as LifecycleManager
protected  LifecycleManager CommandAwareRpcDispatcher.lifecycleManager
           
 

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



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