GridGain™ 2.0.3
Java API Specification

org.gridgain.grid
Interface GridSessionAttributeListener

All Superinterfaces:
EventListener

@Apache20LicenseCompatible
public interface GridSessionAttributeListener
extends EventListener

This interface defines listener for grid context attributes.



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 onAttributeSet(Serializable key, Serializable val)
          Called on session attribute change (set or update).
 

Method Detail

onAttributeSet

void onAttributeSet(Serializable key,
                    Serializable val)
Called on session attribute change (set or update).

Parameters:
key - Attribute's key.
val - Attribute's value.

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.