org.infinispan.factories
Class RpcManagerFactory

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

public class RpcManagerFactory
extends EmptyConstructorFactory
implements AutoInstantiableFactory

An extension of the EmptyConstructorFactory that places a component in the RuntimeConfig after creating it.

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)

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

RpcManagerFactory

public RpcManagerFactory()
Method Detail

construct

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

Overrides:
construct in class EmptyConstructorFactory
Parameters:
componentType - type of component
Returns:
a component


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