org.infinispan.factories
Class TransportFactory

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

public class TransportFactory
extends AbstractComponentFactory
implements AutoInstantiableFactory

Factory for Transport implementations

Since:
4.0
Author:
Manik Surtani

Field Summary
 
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
 
Constructor Summary
TransportFactory()
           
 
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

TransportFactory

public TransportFactory()
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

Google Analytics

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