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:

All necessary objects are then created (via factories) and pooled.


Field Summary
static java.lang.String FILE_SEP
           
private  long gid
           
private  NativeHelper helper
           
private  java.util.ResourceBundle xb_props
           
 
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
 

Field Detail

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
Constructor Detail

Main

public Main()
Method Detail

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