org.jtools.util
Class AbstractFactory
java.lang.Object
org.jtools.util.AbstractFactory
public abstract class AbstractFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFactory
protected AbstractFactory(boolean reentrant)
AbstractFactory
protected AbstractFactory(boolean reentrant,
String defaultFactoryClass)
create
protected abstract Object create(Object factory,
Object[] userInfo)
create
protected final Object create(Object factoryID,
String factoryclass,
Object[] userInfo)
findFactory
protected Object findFactory(Object factoryID,
String classname)
get
protected final Object get(Object task,
Object factoryID,
String factoryclass,
Object[] userInfo)
getDefaultFactoryClass
protected String getDefaultFactoryClass()
setDefaultFactoryClass
protected void setDefaultFactoryClass(String classname)
© 2000-2006, JTools.org.