org.infinispan.factories
Interface AutoInstantiableFactory

All Known Implementing Classes:
DataContainerFactory, DistributionManagerFactory, EmptyConstructorFactory, EmptyConstructorNamedCacheFactory, InterceptorChainFactory, LockManagerFactory, MarshallerFactory, NamedExecutorsFactory, RecoveryManagerFactory, ReplicationQueueFactory, ResponseGeneratorFactory, RpcManagerFactory, StateTransferManagerFactory, TransactionManagerFactory, TransactionSynchronizationRegistryFactory, TransactionTableFactory, TransportFactory

public interface AutoInstantiableFactory

Component factories that implement this interface can be instantiated automatically by component registries when looking up components. Typically, most component factories will implement this. One known exception is the BootstrapFactory.

Anything implementing this interface should expose a public, no-arg constructor.

Since:
4.0
Author:
Manik Surtani


-->

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