java.lang.ref
Class ReferenceQueue

java.lang.Object
  extended by java.lang.ref.ReferenceQueue

public class ReferenceQueue
extends Object


Constructor Summary
ReferenceQueue()
           
 
Method Summary
 Reference poll()
           
 Reference remove()
           
 Reference remove(long var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceQueue

public ReferenceQueue()
Method Detail

poll

public Reference poll()

remove

public Reference remove()
                 throws InterruptedException
Throws:
InterruptedException

remove

public Reference remove(long var0)
                 throws IllegalArgumentException,
                        InterruptedException
Throws:
IllegalArgumentException
InterruptedException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.