net.sf.colle.mid
Class LogicFactory
java.lang.Object
net.sf.colle.mid.LogicFactory
- Direct Known Subclasses:
- TestFactory
- public abstract class LogicFactory
- extends Object
Base class for all generated logic factories. Staticly loads deployment file
and configures all of the generated factories. See FactoryCodeGenerator.gen.
Created: 11 Mar 2003
- Version:
- $Revision: 1.7 $, $Date: 2004/12/17 06:51:47 $
- Author:
- Dwayne Schultz
Constructor Summary |
protected |
LogicFactory()
Protected constructor used by derived classes. |
Method Summary |
protected static Object |
newLogic(String psPackage,
String psInterface,
boolean pbLocal)
Gets the local implementation class as defined in the deployment
file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicFactory
protected LogicFactory()
- Protected constructor used by derived classes.
newLogic
protected static Object newLogic(String psPackage,
String psInterface,
boolean pbLocal)
- Gets the local implementation class as defined in the deployment
file. May return null if no class is defined.