com.jmrosengard.xmlbroker.os
Class NativeHelper

java.lang.Object
  |
  +--com.jmrosengard.xmlbroker.os.NativeHelper

public class NativeHelper
extends java.lang.Object

Java wrapper class for XMLbroker shared library (libXMLbroker.so)


Constructor Summary
NativeHelper()
           
 
Method Summary
(package private) static void ()
          Loads XMLbroker shared library
(e.g.
 long getGIDSeed()
          Generates a unique Global ID seed from system properties
static void main(java.lang.String[] args)
          Only intended for class testing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

NativeHelper

public NativeHelper()
Method Detail

getGIDSeed

public long getGIDSeed()
Generates a unique Global ID seed from system properties

static void ()
Loads XMLbroker shared library
(e.g. libXMLbroker.so)

main

public static void main(java.lang.String[] args)
Only intended for class testing