de.stz.bt.framework
Class DataPointEngine
java.lang.Object
de.stz.bt.framework.DataPointEngine
- public class DataPointEngine
- extends java.lang.Object
Represents the FND Stack
The main class for the whole project.
Software using FND4J can just instantiate this one,or
it can be run directly for test purposes.
- Version:
- $Id: DataPointEngine.html,v 1.3 2004/11/08 08:10:44 jseitter Exp $
- Author:
- J. Seitter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIGFILE
private static final java.io.File CONFIGFILE
logger
static org.apache.log4j.Logger logger
builder
private static org.jdom.input.SAXBuilder builder
configuration
private static org.jdom.Document configuration
contextList
private java.util.Vector contextList
context
private FND_DataPointContext context
DataPointEngine
public DataPointEngine()
getDataPointService
public FND_DatapointService getDataPointService()
main
public static void main(java.lang.String[] args)