org.infinispan.factories
Class CacheMembershipManagerFactory

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

public class CacheMembershipManagerFactory
extends AbstractComponentFactory
implements AutoInstantiableFactory

Constructs CacheViewsManager instances.

Since:
5.1
Author:
Dan Berindei <dan@infinispan.org>

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

CacheMembershipManagerFactory

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