com.infoengine
Class InfoEngine

java.lang.Object
  extended bycom.infoengine.InfoEngine
All Implemented Interfaces:
PropertyListener

public class InfoEngine
extends Object
implements PropertyListener

This class implements a process that creates two threads. One thread listens on a TCP port for requests to execute tasks, and the other listens on a TCP port for requests to execute templates.


Nested Class Summary
private  class InfoEngine.ServerThread
           
 
Field Summary
private static String codebase
           
private static String RESOURCE
           
private static String taskProcessorName
           
private static String taskRoot
           
private static String templateProcessorName
           
 
Constructor Summary
InfoEngine()
           
 
Method Summary
private  void initializeProperties()
           
static void main(String[] args)
           
 void refreshProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codebase

private static String codebase

taskRoot

private static String taskRoot

taskProcessorName

private static String taskProcessorName

templateProcessorName

private static String templateProcessorName

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

InfoEngine

public InfoEngine()
Method Detail

main

public static void main(String[] args)

refreshProperties

public void refreshProperties()
Specified by:
refreshProperties in interface PropertyListener

initializeProperties

private void initializeProperties()