net.jini.security.proxytrust
Class ProxyTrustExporter.Reaper

java.lang.Object
  extended by net.jini.security.proxytrust.ProxyTrustExporter.Reaper
All Implemented Interfaces:
Runnable
Enclosing class:
ProxyTrustExporter

private static class ProxyTrustExporter.Reaper
extends Object
implements Runnable

WeakRef reaper


Constructor Summary
ProxyTrustExporter.Reaper()
           
 
Method Summary
 void run()
          Keep removing refs from the queue, clearing them, and removing them from the refs list, until the refs list is empty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTrustExporter.Reaper

ProxyTrustExporter.Reaper()
Method Detail

run

public void run()
Keep removing refs from the queue, clearing them, and removing them from the refs list, until the refs list is empty.

Specified by:
run in interface Runnable


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