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)
FactoryProducer
Factory
to access services that need access to ICSgetFactory
in interface FactoryProducer
public final Factory getInjectionFactory(COM.FutureTense.Interfaces.ICS ics) throws Exception
Exception
public void setFactoryClassname(String factoryClassname)
factoryClassname
- the factoryClassname to setCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.