JBoss Modular Service Kernel API 1.0.0.Beta1

org.jboss.msc.ref
Class PhantomReference<T,A>

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.PhantomReference<T>
          extended by org.jboss.msc.ref.PhantomReference<T,A>
All Implemented Interfaces:
Reference<T,A>

public class PhantomReference<T,A>
extends PhantomReference<T>
implements Reference<T,A>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.msc.ref.Reference
Reference.Type
 
Constructor Summary
PhantomReference(T referent, A attachment, Reaper<T,A> reaper)
           
PhantomReference(T referent, A attachment, ReferenceQueue<? super T> q)
           
 
Method Summary
 A getAttachment()
          Get the attachment, if any.
 Reaper<T,A> getReaper()
          Get the associated reaper.
 Reference.Type getType()
          Get the type of the reference.
 String toString()
           
 
Methods inherited from class java.lang.ref.PhantomReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.msc.ref.Reference
clear, get
 

Constructor Detail

PhantomReference

public PhantomReference(T referent,
                        A attachment,
                        ReferenceQueue<? super T> q)

PhantomReference

public PhantomReference(T referent,
                        A attachment,
                        Reaper<T,A> reaper)
Method Detail

getAttachment

public A getAttachment()
Description copied from interface: Reference
Get the attachment, if any.

Specified by:
getAttachment in interface Reference<T,A>
Returns:
the attachment

getType

public Reference.Type getType()
Description copied from interface: Reference
Get the type of the reference.

Specified by:
getType in interface Reference<T,A>
Returns:
the type

getReaper

public Reaper<T,A> getReaper()
Get the associated reaper.

Returns:
the reaper

toString

public String toString()
Overrides:
toString in class Object

JBoss Modular Service Kernel API 1.0.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.