
Public Member Functions | |
| Application () | |
| void | didFinishLaunching () |
| void | testSendingMail () |
Static Public Member Functions | |
| static void | main (String argv[]) |
Static Public Attributes | |
| static final ERXLogger | log = ERXLogger.getERXLogger(Application.class) |
Protected Attributes | |
| Timer | mailTimer |
| Application | ( | ) |
Public application constructor.
| void didFinishLaunching | ( | ) |
Method invoked when the application has finished launching. Either processes the outgoing mail and then exits or sets up a daemon process to process the outgoing mail at the specified daemon frequency which is specified in the property: er.javamail.mailer.ERBatchMailerDaemonFrequency
Reimplemented from ERXApplication.
| static void main | ( | String | argv[] | ) | [static] |
Main initialization function.
| argv | command line arguements |
| void testSendingMail | ( | ) |
logging support
Reimplemented from ERXApplication.
Timer mailTimer [protected] |
holds a reference to the mail timer when launched in daemon mode
1.5.8