GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.loaders.cmdline
Class GridCommandLineLoader

java.lang.Object
  extended by org.gridgain.grid.loaders.cmdline.GridCommandLineLoader

@GridLoader(description="Command line loader")
public final class GridCommandLineLoader
extends Object

This class defines command-line GridGain loader. This loader can be used to start GridGain outside of any hosting environment from command line. This loader is a Java application with GridCommandLineLoader.main(String[]) method that accepts command line arguments. It accepts just one parameter which is Spring XML configuration file path. You can run this class from command line without parameters to get help message.

Note that scripts [GRIDGAIN_HOME]/bin/gridgain.{sh|bat} shipped with GridGain use this loader and you can use them as an example.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

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

Method Detail

main

public static void main(String[] args)
Main entry point.

Parameters:
args - Command line arguments.

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.