GridGain™ 2.1.0
Java API Specification

Uses of Class
org.gridgain.grid.GridFactoryState

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

Uses of GridFactoryState in org.gridgain.grid
 

Methods in org.gridgain.grid that return GridFactoryState
static GridFactoryState GridFactory.getState()
          Gets state of grid default grid.
static GridFactoryState GridFactory.getState(String name)
          Gets states of named grid.
static GridFactoryState GridFactoryState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GridFactoryState[] GridFactoryState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.gridgain.grid with parameters of type GridFactoryState
 void GridFactoryListener.onStateChange(String name, GridFactoryState state)
          Listener for grid factory state change notifications.
 


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.