com.jmrosengard.xmlbroker
Class Main
java.lang.Object
|
+--com.jmrosengard.xmlbroker.Main
- public class Main
- extends java.lang.Object
Loads the configuration file, redirects stdout and stderr to log files.
The following properties must be defined:
- xmlbroker.conf (as a -D option to the java interpreter)
- xmlbroker.outLog (in the configuration files)
- xmlbroker.errLog (in the configuration files)
All necessary objects are then created (via factories) and pooled.
Constructor Summary |
Main()
|
Method Summary |
static void |
main(java.lang.String[] args)
Creates an instance of XMLbroker |
private java.lang.String |
nextGID()
Returns the next unique Global ID in the GID sequence |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
FILE_SEP
public static final java.lang.String FILE_SEP
helper
private NativeHelper helper
xb_props
private java.util.ResourceBundle xb_props
gid
private long gid
Main
public Main()
nextGID
private java.lang.String nextGID()
- Returns the next unique Global ID in the GID sequence
main
public static void main(java.lang.String[] args)
- Creates an instance of XMLbroker