org.openeai.afa
Class GenericAppRunner

java.lang.Object
  extended by org.openeai.OpenEaiObject
      extended by org.openeai.afa.GenericAppRunner

public class GenericAppRunner
extends OpenEaiObject

This is the runnable class that allows us to generalize our applications. This is the class that will be executed which then executes any number of scheduled commands at a specified time according to business rules. This class is similar to the MessageConsumerClient which is our "Gateway" consumer.

Version:
3.0 - 28 January 2003
Author:
Tod Jackson (tod@openeai.org), Steve Wheat (steve@openeai.org)

Field Summary
 
Fields inherited from class org.openeai.OpenEaiObject
logger
 
Constructor Summary
GenericAppRunner(java.lang.String[] args)
          Constructor
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.openeai.OpenEaiObject
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericAppRunner

public GenericAppRunner(java.lang.String[] args)
Constructor

Method Detail

main

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


Copyright © 2002,2003 OpenEAI Software Foundation