public class ReflectionFactoryProducer extends Object implements FactoryProducer
Factory that makes use of reflection to construct the
Factory.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
ReflectionFactoryProducer() |
| Modifier and Type | Method and Description |
|---|---|
Factory |
getFactory(COM.FutureTense.Interfaces.ICS ics)
Method to produce a
Factory to access services that need access to ICS |
Factory |
getInjectionFactory(COM.FutureTense.Interfaces.ICS ics) |
void |
setFactoryClassname(String factoryClassname) |
public Factory getFactory(COM.FutureTense.Interfaces.ICS ics)
FactoryProducerFactory to access services that need access to ICSgetFactory in interface FactoryProducerpublic final Factory getInjectionFactory(COM.FutureTense.Interfaces.ICS ics) throws Exception
Exceptionpublic void setFactoryClassname(String factoryClassname)
factoryClassname - the factoryClassname to setCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.