org.infinispan.factories
Interface AutoInstantiableFactory

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

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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.