Uses of Interface
org.infinispan.factories.AutoInstantiableFactory

Packages that use AutoInstantiableFactory
org.infinispan.factories   
 

Uses of AutoInstantiableFactory in org.infinispan.factories
 

Classes in org.infinispan.factories that implement AutoInstantiableFactory
 class DataContainerFactory
          Constructs the data container
 class EmptyConstructorFactory
          Factory for building global-scope components which have default empty constructors
 class EmptyConstructorNamedCacheFactory
          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
          // TODO: MANIK: Document this
 class MarshallerFactory
          MarshallerFactory.
 class NamedExecutorsFactory
          A factory that specifically knows how to create named executors.
 class ReplicationQueueFactory
          Factory for ReplicationQueue.
 class ResponseGeneratorFactory
          Creates a ResponseGenerator
 class RpcManagerFactory
          An extension of the EmptyConstructorFactory that places a component in the RuntimeConfig after creating it.
 class StateTransferManagerFactory
          Constructs StateTransferManager instances.
 class TransactionManagerFactory
          Uses a number of mechanisms to retrieve a transaction manager.
 class TransportFactory
          Factory for Transport implementations
 



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