org.openorb.util.launcher
Class Start

java.lang.Object
  |
  +--org.openorb.util.launcher.Start

public class Start
extends Object

The Start class is used to launch OpenORB examples and services without any special setup requirements.


Constructor Summary
Start(String[] args)
          Creates a new instance of Start.
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Start

public Start(String[] args)
Creates a new instance of Start.
Parameters:
args - the command line arguments
Method Detail

main

public static void main(String[] args)
Parameters:
args - the command line arguments