Uses of Interface
com.sun.jini.collection.WeakTable.KeyGCHandler

Packages that use WeakTable.KeyGCHandler
com.sun.jini.collection Various collection classes used internally by code in com.sun.jini classes. 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
 

Uses of WeakTable.KeyGCHandler in com.sun.jini.collection
 

Fields in com.sun.jini.collection declared as WeakTable.KeyGCHandler
private  WeakTable.KeyGCHandler WeakTable.handler
          Object to call back when keys are collected
 

Constructors in com.sun.jini.collection with parameters of type WeakTable.KeyGCHandler
WeakTable(WeakTable.KeyGCHandler handler)
          Create a new WeakTable object to maintain the maps that calls back the designated object when keys are collected.
 

Uses of WeakTable.KeyGCHandler in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement WeakTable.KeyGCHandler
(package private)  class LeaseExpirationMgr
          Lease Mgr implementation that aggressively expires leases as they expiration times occur.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.