org.jboss.cache.factories
Class StateTransferFactory

java.lang.Object
  extended by org.jboss.cache.factories.ComponentFactory
      extended by org.jboss.cache.factories.StateTransferFactory

public class StateTransferFactory
extends ComponentFactory

Factory class able to create StateTransferGenerator and StateTransferIntegrator instances.

Updated in 3.0.0 to extend ComponentFactory, etc.

Version:
$Revision: 7168 $
Author:
Brian Stansberry, Manik Surtani

Field Summary
 
Fields inherited from class org.jboss.cache.factories.ComponentFactory
componentRegistry, configuration, log
 
Constructor Summary
StateTransferFactory()
           
 
Method Summary
protected
<T> T
construct(Class<T> componentType)
          Constructs a component.
 
Methods inherited from class org.jboss.cache.factories.ComponentFactory
assertTypeConstructable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateTransferFactory

public StateTransferFactory()
Method Detail

construct

protected <T> T construct(Class<T> componentType)
Description copied from class: ComponentFactory
Constructs a component.

Specified by:
construct in class ComponentFactory
Parameters:
componentType - type of component
Returns:
a component


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