org.infinispan.factories
Class ReplicationQueueFactory
java.lang.Object
org.infinispan.factories.AbstractComponentFactory
org.infinispan.factories.AbstractNamedCacheComponentFactory
org.infinispan.factories.EmptyConstructorNamedCacheFactory
org.infinispan.factories.ReplicationQueueFactory
- All Implemented Interfaces:
- AutoInstantiableFactory
public class ReplicationQueueFactory
- extends EmptyConstructorNamedCacheFactory
- implements AutoInstantiableFactory
Factory for ReplicationQueue.
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
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 |
ReplicationQueueFactory
public ReplicationQueueFactory()
construct
public <T> T construct(Class<T> componentType)
- Description copied from class:
AbstractComponentFactory
- Constructs a component.
- Overrides:
construct
in class EmptyConstructorNamedCacheFactory
- Parameters:
componentType
- type of component
- Returns:
- a component
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.