com.ibm.awb.launcher
Class Main

java.lang.Object
  |
  +--com.ibm.awb.launcher.Main

public class Main
extends java.lang.Object

Aglets server bootstrap.

Version:
$Revision: 1.1.1.1 $ $Date: 2001/07/28 06:33:30 $ $Author: kbd4hire $
Author:
Hideki Tai

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Bootstrap aglets server.
protected static void startupAglets(AgletContext context)
          Creates initial aglets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Bootstrap aglets server. This main method takes at most one parameter which specifies a name of a bootstrarp property file. The default file name is "./boot.props"
Parameters:
args - The command line arguments
Throws:
java.io.IOException - Description of Exception

startupAglets

protected static void startupAglets(AgletContext context)
Creates initial aglets.
Parameters:
context - Description of Parameter