|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.contrib.dbwatcher.Example
Example code to run DbWatcher as a standalone application.
You can edit this file, change the configuration settings to your polling problem and play interactively with it.
Simple usage example:
java org.xmlBlaster.contrib.dbwatcher.Example -db.password secret
java -Djava.util.logging.config.file=testlog.properties org.xmlBlaster.contrib.dbwatcher.Example -alertScheduler.pollInterval 10000 -db.password secret
| Constructor Summary | |
Example()
|
|
| Method Summary | |
static java.util.prefs.Preferences |
loadArgs(java.lang.String[] args)
Parse command line arguments |
static void |
main(java.lang.String[] args)
Example code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Example()
| Method Detail |
public static void main(java.lang.String[] args)
args - Command linepublic static java.util.prefs.Preferences loadArgs(java.lang.String[] args)
args - Command line
|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||