com.sun.jini.jeri.internal.runtime
Class AbstractDgcClient.EndpointEntry.RefEntry.PhantomLiveRef

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.PhantomReference
          extended by com.sun.jini.jeri.internal.runtime.AbstractDgcClient.EndpointEntry.RefEntry.PhantomLiveRef
Enclosing class:
AbstractDgcClient.EndpointEntry.RefEntry

 class AbstractDgcClient.EndpointEntry.RefEntry.PhantomLiveRef
extends PhantomReference

PhantomLiveRef is a PhantomReference to a live reference instance, used to detect when the particular live reference becomes permanently unreachable in this VM.


Constructor Summary
AbstractDgcClient.EndpointEntry.RefEntry.PhantomLiveRef(Object ref)
           
 
Method Summary
(package private)  AbstractDgcClient.EndpointEntry.RefEntry getRefEntry()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

AbstractDgcClient.EndpointEntry.RefEntry.PhantomLiveRef

AbstractDgcClient.EndpointEntry.RefEntry.PhantomLiveRef(Object ref)
Method Detail

getRefEntry

AbstractDgcClient.EndpointEntry.RefEntry getRefEntry()


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