Uses of Class
com.sun.jini.jeri.internal.runtime.ImplRefManager.ImplRef

Packages that use ImplRefManager.ImplRef
com.sun.jini.jeri.internal.runtime   
 

Uses of ImplRefManager.ImplRef in com.sun.jini.jeri.internal.runtime
 

Fields in com.sun.jini.jeri.internal.runtime declared as ImplRefManager.ImplRef
private  ImplRefManager.ImplRef Target.implRef
           
 

Fields in com.sun.jini.jeri.internal.runtime with type parameters of type ImplRefManager.ImplRef
private  Map<Reference,ImplRefManager.ImplRef> ImplRefManager.weakImplTable
          maps WeakKey(impl) to ImplRef(WeakKey(impl))
 

Methods in com.sun.jini.jeri.internal.runtime that return ImplRefManager.ImplRef
(package private)  ImplRefManager.ImplRef ImplRefManager.getImplRef(Remote impl, Target target)
          Returns the ImplRef for the specified impl (creating it if necessary), registering the supplied target with it.
 

Methods in com.sun.jini.jeri.internal.runtime with parameters of type ImplRefManager.ImplRef
(package private)  void Target.setImplRef(ImplRefManager.ImplRef implRef)
          Set the ImplRef.
 



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