org.gridbus.broker.initializer
Class StartRun

java.lang.Object
  extended byorg.gridbus.broker.initializer.StartRun

public class StartRun
extends java.lang.Object

The main entry point class for running broker on CLI/GUI/MON

Author:
Srikumar Venugopal

Constructor Summary
StartRun()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method is the entry point to the broker.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartRun

public StartRun()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws GridBrokerException
The main method is the entry point to the broker. It starts up the farming engine, loads the required properties from appropriate files and begins scheduling.

Parameters:
args -
Throws:
GridBrokerException