org.infinispan.factories
Class DataContainerFactory

java.lang.Object
  extended by org.infinispan.factories.AbstractComponentFactory
      extended by org.infinispan.factories.AbstractNamedCacheComponentFactory
          extended by org.infinispan.factories.DataContainerFactory
All Implemented Interfaces:
AutoInstantiableFactory

public class DataContainerFactory
extends AbstractNamedCacheComponentFactory
implements AutoInstantiableFactory

Constructs the data container

Since:
4.0
Author:
Manik Surtani (manik@jboss.org), Vladimir Blagojevic

Field Summary
 
Fields inherited from class org.infinispan.factories.AbstractNamedCacheComponentFactory
componentRegistry, configuration
 
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
 
Constructor Summary
DataContainerFactory()
           
 
Method Summary
<T> T
construct(Class<T> componentType)
          Constructs a component.
 
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataContainerFactory

public DataContainerFactory()
Method Detail

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.