GigaSpaces XAP 9.5 API

com.sun.jini.collection
Interface WeakTable.KeyGCHandler

All Known Implementing Classes:
LeaseExpirationMgr
Enclosing class:
WeakTable

public static interface WeakTable.KeyGCHandler

Handler for clients that need to know when a key is removed from the table because it has been collected.


Method Summary
 void keyGC(Object value)
          Called by WeakTable when it notices that a key has been collected and the value still exists.
 

Method Detail

keyGC

void keyGC(Object value)
Called by WeakTable when it notices that a key has been collected and the value still exists.

Parameters:
value - The value associated with the collected key

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.