GridGain™ 2.0.3
Java API Specification

org.gridgain.grid
Interface GridFactoryListener

All Superinterfaces:
EventListener

@Apache20LicenseCompatible
public interface GridFactoryListener
extends EventListener

Listener for gird state change notifications. Use GridFactory.addListener(GridFactoryListener) to register this listener with grid factory.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Method Summary
 void onStateChange(String name, GridFactoryState state)
          Listener for grid factory state change notifications.
 

Method Detail

onStateChange

void onStateChange(@Nullable
                   String name,
                   GridFactoryState state)
Listener for grid factory state change notifications.

Parameters:
name - Grid name (null for default un-named grid).
state - New state.

GridGain™ 2.0.3
Java API Specification

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