|
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.memory.GridMemoryLoader
@Deprecated @GridLoader(description="In-memory loader") public final class GridMemoryLoader
This class defines in-memory loader. Basically it provides convenient and often used way to
load GridGain from existing Java process by passing in a Spring XML configuration file that
should have one bean of type GridConfiguration. This is the standard way to launch
GridGain from user's applications.
Note that usage of this class is largely deprecated since you can start GridGain with Spring
configuration file directly through GridFactory.start(String) method. This loader is
mainly preserved for backward compatibility.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3
GridFactory.start(String)

| Method Summary | |
|---|---|
static void |
loadGridGain(String springXmlPath)
Deprecated. Loads GridGain with specified Spring XML configuration file and optional grid instance name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void loadGridGain(String springXmlPath)
throws GridException
GridException - Thrown in case of any errors.springXmlPath - Absolute or relative to GRIDGAIN_HOME path of Spring XML configuration
file. This file should contain one bean of type GridConfiguration.
|
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. |
|