com.genesyslab.omsdk.applicationblocks.connector
Class MILQILBootstrapper

java.lang.Object
  extended bycom.genesyslab.omsdk.applicationblocks.connector.MILQILBootstrapper

public class MILQILBootstrapper
extends java.lang.Object

Shows how to bootstrap both QIL and MIL, connection parameters are taken from command line.


Constructor Summary
MILQILBootstrapper()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the bootstrapper.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MILQILBootstrapper

public MILQILBootstrapper()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the bootstrapper.

Parameters:
args - expected arguments
  • -host "configuration server host"
  • -port "configuration server port"
  • -app "application name"

Non-mandatory params for the OMSDKConnector initialization:

  • -backupHost "backup configuration server host name"
  • -backupPort "backup configuration server port"
  • -reconnectionPeriod "period between two reconnection attempts in milliseconds"
  • -reconnectionAttempts "number of reconnection attempts"

Non-mandatory params for MIL initialization:

  • -ext comma-separated list of preloaded extensions. Extension names are Fully Qualified Names.