Uses of Class
org.jboss.cache.factories.annotations.Start

Packages that use Start
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.cluster   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.jmx   
org.jboss.cache.loader   
org.jboss.cache.lock   
org.jboss.cache.marshall   
org.jboss.cache.mvcc   
org.jboss.cache.notifications   
org.jboss.cache.statetransfer   
 

Uses of Start in org.jboss.cache
 

Methods in org.jboss.cache with annotations of type Start
 void RPCManagerImpl.start()
           
 void RegionManagerImpl.start()
           
 void DataContainerImpl.start()
           
 

Uses of Start in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with annotations of type Start
 void BuddyManager.init()
           
 

Uses of Start in org.jboss.cache.cluster
 

Methods in org.jboss.cache.cluster with annotations of type Start
 void ReplicationQueue.start()
          Starts the asynchronous flush queue.
 

Uses of Start in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with annotations of type Start
protected  void CallInterceptor.start()
           
protected  void CacheStoreInterceptor.start()
           
protected  void LegacyCacheLoaderInterceptor.startInterceptor()
          Deprecated.  
protected  void CacheLoaderInterceptor.startInterceptor()
           
 

Uses of Start in org.jboss.cache.interceptors.base
 

Methods in org.jboss.cache.interceptors.base with annotations of type Start
 void JmxStatsCommandInterceptor.checkStatisticsUsed()
           
 

Uses of Start in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx with annotations of type Start
 void PlatformMBeanServerRegistration.registerToPlatformMBeanServer()
          Here is where the registration is being performed.
 

Uses of Start in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader with annotations of type Start
 void CacheLoaderManager.preloadCache()
          Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
 void CacheLoaderManager.startCacheLoader()
           
 

Uses of Start in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with annotations of type Start
 void MVCCLockManager.setInternalFqns()
           
 void AbstractLockManager.setLockAcquisitionTimeout()
           
 void NodeBasedLockManager.setRootNode()
          Deprecated.  
 void LockStrategyFactory.start()
           
 void MVCCLockManager.startLockManager()
           
 

Uses of Start in org.jboss.cache.marshall
 

Methods in org.jboss.cache.marshall with annotations of type Start
protected  void AbstractMarshaller.init()
           
 void VersionAwareMarshaller.initReplicationVersions()
           
 

Uses of Start in org.jboss.cache.mvcc
 

Methods in org.jboss.cache.mvcc with annotations of type Start
 void MVCCNodeFactory.init()
          Initialises the node factory with the configuration from the cache.
 void MVCCNodeHelper.start()
           
 

Uses of Start in org.jboss.cache.notifications
 

Methods in org.jboss.cache.notifications with annotations of type Start
 void NotifierImpl.notifyCacheStarted()
          Notifies all registered listeners of a cacheStarted event.
 

Uses of Start in org.jboss.cache.statetransfer
 

Methods in org.jboss.cache.statetransfer with annotations of type Start
 void LegacyStateTransferManager.checkLoaders()
          Deprecated.  
 void LegacyStateTransferIntegrator.start()
          Deprecated.  
 void DefaultStateTransferManager.start()
           
 void DefaultStateTransferIntegrator.start()
           
 



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