|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridgain.grid.loaders.cmdline.GridCommandLineLoader
@GridLoader(description="Command line loader") public final class GridCommandLineLoader
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.0.3

| 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 |
|---|
public static void main(String[] args)
args - Command line arguments.
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|