GridGain™ 2.1.0
Java API Specification

Uses of Interface
org.gridgain.grid.GridConfiguration

Packages that use GridConfiguration
org.gridgain.grid icon Start Here  Contains main GridGain API interfaces and classes. 
 

Uses of GridConfiguration in org.gridgain.grid
 

Classes in org.gridgain.grid that implement GridConfiguration
 class GridConfigurationAdapter
          Adapter for GridConfiguration interface.
 

Methods in org.gridgain.grid that return GridConfiguration
 GridConfiguration GridSpringBean.getConfiguration()
          Gets grid configuration.
 

Methods in org.gridgain.grid with parameters of type GridConfiguration
 void GridSpringBean.setConfiguration(GridConfiguration cfg)
          Sets grid configuration.
static Grid GridFactory.start(GridConfiguration cfg)
          Starts grid with given configuration.
static Grid GridFactory.start(GridConfiguration cfg, org.springframework.context.ApplicationContext springCtx)
          Starts grid with given configuration.
 

Constructors in org.gridgain.grid with parameters of type GridConfiguration
GridConfigurationAdapter(GridConfiguration cfg)
          Creates grid configuration by coping all configuration properties from given configuration.
 


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.