de.stz.bt.framework
Class DataPointEngine

java.lang.Object
  extended byde.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

Field Summary
private static org.jdom.input.SAXBuilder builder
           
private static java.io.File CONFIGFILE
           
private static org.jdom.Document configuration
           
private  FND_DataPointContext context
           
private  java.util.Vector contextList
           
(package private) static org.apache.log4j.Logger logger
           
 
Constructor Summary
DataPointEngine()
           
 
Method Summary
 FND_DatapointService getDataPointService()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DataPointEngine

public DataPointEngine()
Method Detail

getDataPointService

public FND_DatapointService getDataPointService()

main

public static void main(java.lang.String[] args)