com.infoengine
Class InfoEngine
java.lang.Object
com.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
InfoEngine
public InfoEngine()
main
public static void main(String[] args)
refreshProperties
public void refreshProperties()
- Specified by:
refreshProperties
in interface PropertyListener
initializeProperties
private void initializeProperties()