org.jboss.cache.factories
Class CommandsMetaFactory
java.lang.Object
org.jboss.cache.factories.ComponentFactory
org.jboss.cache.factories.CommandsMetaFactory
public class CommandsMetaFactory
- extends ComponentFactory
COnstructs commands factory
- Since:
- 3.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
Method Summary |
protected
|
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 |
CommandsMetaFactory
public CommandsMetaFactory()
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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.