Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.topology
Class ClusterTopologyManagerFactory

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

public class ClusterTopologyManagerFactory
extends AbstractComponentFactory
implements AutoInstantiableFactory

Factory for ClusterTopologyManager implementations

Since:
5.2
Author:
Dan Berindei

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

ClusterTopologyManagerFactory

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

Infinispan Distribution 5.2.6.Final-redhat-2

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