net.sf.xenqtt
Class Xenqtt

java.lang.Object
  extended by net.sf.xenqtt.Xenqtt

public final class Xenqtt
extends Object

The entry point into the application when either the proxy or the gateway are run.


Constructor Summary
Xenqtt()
           
 
Method Summary
static void main(String... args)
          The entry point into Xenqtt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xenqtt

public Xenqtt()
Method Detail

main

public static void main(String... args)
                 throws InterruptedException
The entry point into Xenqtt.

Parameters:
args - The arguments specified by the user at the command-line. The valid arguments include the following:
Argument Description Valid Values
{mode} Defines the mode in which Xenqtt should run
  • proxy
  • gateway
  • mockbroker
  • help
-v Switch that specifies verbose logging at the INFO level N/A
-vv Switch that specifies verbose logging at the DEBUG level N/A
Throws:
InterruptedException


Copyright © 2013. All Rights Reserved.