org.jage.platform.node
Class NodeBootstrapper

java.lang.Object
  extended by org.jage.platform.node.NodeBootstrapper

public class NodeBootstrapper
extends Object

The node bootstraper is a starting point of the node. It creates initial components and then calls a configured starter.

Author:
AGH AgE Team

Field Summary
static String OPT_HELP
          'help' option.
static String OPT_STARTER_CLASS
          'starter' option.
 
Constructor Summary
NodeBootstrapper()
           
 
Method Summary
static void main(String[] args)
          Starting point of the AgE Platform.
 void start(String[] args)
          Starts the platform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPT_STARTER_CLASS

public static final String OPT_STARTER_CLASS
'starter' option.

See Also:
Constant Field Values

OPT_HELP

public static final String OPT_HELP
'help' option.

See Also:
Constant Field Values
Constructor Detail

NodeBootstrapper

public NodeBootstrapper()
Method Detail

main

public static void main(String[] args)
Starting point of the AgE Platform.

Parameters:
args - runtime arguments

start

public void start(String[] args)
Starts the platform.

Parameters:
args - runtime arguments


Copyright © 2006-2011 AGH University of Science and Technology. All Rights Reserved.