org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Interface CustomConcurrentHashMap.Reclaimable


static interface CustomConcurrentHashMap.Reclaimable

An object that may be subject to cleanup operations when removed from a java.lang.ref.ReferenceQueue


Method Summary
void onReclamation()

The action taken upon removal of this object from a ReferenceQueue.

 

Method Detail

onReclamation

public void onReclamation()
The action taken upon removal of this object from a ReferenceQueue.


 

Copyright © 2008–2012 Václav Pech. All Rights Reserved.