org.infinispan.factories
Class TransactionSynchronizationRegistryFactory
java.lang.Object
org.infinispan.factories.AbstractComponentFactory
org.infinispan.factories.AbstractNamedCacheComponentFactory
org.infinispan.factories.TransactionSynchronizationRegistryFactory
- All Implemented Interfaces:
- AutoInstantiableFactory
public class TransactionSynchronizationRegistryFactory
- extends AbstractNamedCacheComponentFactory
- implements AutoInstantiableFactory
Factory for the TransactionSynchronizationRegistry
- Author:
- Stuart Douglas
Method Summary |
|
construct(Class<T> componentType)
Constructs a component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionSynchronizationRegistryFactory
public TransactionSynchronizationRegistryFactory()
construct
public <T> T construct(Class<T> componentType)
- Description copied from class:
AbstractComponentFactory
- Constructs a component.
- Specified by:
construct
in class AbstractComponentFactory
- Parameters:
componentType
- type of component
- Returns:
- a component
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.