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

Packages that use ComponentFactory
org.jboss.cache   
org.jboss.cache.factories   
 

Uses of ComponentFactory in org.jboss.cache
 

Subclasses of ComponentFactory in org.jboss.cache
 class DefaultCacheFactory<K,V>
          Default implementation of the CacheFactory interface.
 class NodeFactory<K,V>
          Generates new nodes based on the CacheSPI configuration.
 

Uses of ComponentFactory in org.jboss.cache.factories
 

Subclasses of ComponentFactory in org.jboss.cache.factories
 class BootstrapFactory
          // TODO: MANIK: Document this
 class BuddyManagerFactory
          Buddy manager factory
 class EmptyConstructorFactory
          Simple factory that just uses reflection and an empty constructor of the component type.
 class InterceptorChainFactory
          Factory class that builds an interceptor chain based on cache configuration.
 class LockManagerFactory
          Creates lock managers
 class ReplicationQueueFactory
          RPCManager factory
 class RuntimeConfigAwareFactory
          An extension of the EmptyConstructorFactory that places a component in the RuntimeConfig after creating it.
 class TransactionManagerFactory
          Uses a number of mechanisms to retrieve a transaction manager.
 

Methods in org.jboss.cache.factories that return ComponentFactory
protected  ComponentFactory ComponentRegistry.getFactory(Class componentClass)
          Retrieves a component factory instance capable of constructing components of a specified type.
 



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