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

Packages that use NonVolatile
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.factories   
org.jboss.cache.invocation   
org.jboss.cache.jmx   
org.jboss.cache.lock   
org.jboss.cache.mvcc   
org.jboss.cache.notifications   
org.jboss.cache.remoting.jgroups   
org.jboss.cache.transaction   
 

Uses of NonVolatile in org.jboss.cache
 

Classes in org.jboss.cache with annotations of type NonVolatile
 class DataContainerImpl
          A container for the root node in the cache, which also provides helpers for efficiently accessing nodes, walking trees, etc.
 class RegionRegistry
          An extension of the ConcurrentHashMap that acts as a container for regions.
 

Uses of NonVolatile in org.jboss.cache.config
 

Classes in org.jboss.cache.config with annotations of type NonVolatile
 class Configuration
          Encapsulates the configuration of a Cache.
 

Uses of NonVolatile in org.jboss.cache.factories
 

Classes in org.jboss.cache.factories with annotations of type NonVolatile
 class BootstrapFactory
          Factory for setting up bootstrap components
 class ComponentRegistry
          A registry where components which have been created are stored.
 

Uses of NonVolatile in org.jboss.cache.invocation
 

Classes in org.jboss.cache.invocation with annotations of type NonVolatile
 class CacheInvocationDelegate<K,V>
          The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory.
 class InvocationContextContainer
          Container and factory for thread locals
 

Uses of NonVolatile in org.jboss.cache.jmx
 

Classes in org.jboss.cache.jmx with annotations of type NonVolatile
 class PlatformMBeanServerRegistration
          If Configuration.getExposeManagementStatistics() is true, then class will register all the MBeans from the ConfigurationRegistry to the pltform MBean server.
 

Uses of NonVolatile in org.jboss.cache.lock
 

Classes in org.jboss.cache.lock with annotations of type NonVolatile
 class LockStrategyFactory
          Factory to create LockStragtegy instance.
 

Uses of NonVolatile in org.jboss.cache.mvcc
 

Classes in org.jboss.cache.mvcc with annotations of type NonVolatile
 class MVCCNodeHelper
          Utility functions to manipulate wrapping InternalNodes as ReadCommittedNode or RepeatableReadNodes.
 

Uses of NonVolatile in org.jboss.cache.notifications
 

Classes in org.jboss.cache.notifications with annotations of type NonVolatile
 class NotifierImpl
          Helper class that handles all notifications to registered listeners.
 

Uses of NonVolatile in org.jboss.cache.remoting.jgroups
 

Classes in org.jboss.cache.remoting.jgroups with annotations of type NonVolatile
 class ChannelMessageListener
          JGroups MessageListener
 

Uses of NonVolatile in org.jboss.cache.transaction
 

Classes in org.jboss.cache.transaction with annotations of type NonVolatile
 class TransactionTable
          Maintains the mapping between a local Transaction and a GlobalTransaction.
 



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