org.jboss.cache.factories
Class BuddyManagerFactory

java.lang.Object
  extended by org.jboss.cache.factories.ComponentFactory
      extended by org.jboss.cache.factories.EmptyConstructorFactory
          extended by org.jboss.cache.factories.BuddyManagerFactory

public class BuddyManagerFactory
extends EmptyConstructorFactory

Buddy manager factory

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

Field Summary
 
Fields inherited from class org.jboss.cache.factories.ComponentFactory
componentRegistry, configuration, log
 
Constructor Summary
BuddyManagerFactory()
           
 
Method Summary
<T> T
construct(String componentName, 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

BuddyManagerFactory

public BuddyManagerFactory()
Method Detail

construct

public <T> T construct(String componentName,
                       Class<T> componentType)
Description copied from class: ComponentFactory
Constructs a component.

Overrides:
construct in class EmptyConstructorFactory
Parameters:
componentName - optional, if the ComponentName annotation is used with the parameter, it's value is passed in here for the implementing factory to use.
componentType - type of component
Returns:
a component


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