Uses of Interface
com.ibm.awb.weakref.Ref

Packages that use Ref
com.ibm.aglets   
com.ibm.awb.weakref   
 

Uses of Ref in com.ibm.aglets
 

Subinterfaces of Ref in com.ibm.aglets
 interface AgletRef
           
 

Classes in com.ibm.aglets that implement Ref
 class LocalAgletRef
          Class LocalAgletRef is the implementation of AgletStub.
 class RemoteAgletRef
           
 

Methods in com.ibm.aglets that return Ref
protected  Ref RemoteAgletRef.findRef()
           
protected  Ref RemoteAgletRef.findRef(java.io.ObjectInputStream s)
           
 Ref LocalAgletRef.getRef(VirtualRef vref)
           
 

Uses of Ref in com.ibm.awb.weakref
 

Classes in com.ibm.awb.weakref that implement Ref
 class VirtualRef.NullRef
           
 class WeakRef
           
 

Methods in com.ibm.awb.weakref that return Ref
protected abstract  Ref WeakRef.findRef()
           
protected abstract  Ref WeakRef.findRef(java.io.ObjectInputStream s)
           
 Ref WeakRef.getRef(VirtualRef vref)
           
 Ref VirtualRef.getCurrentRef()
           
 Ref VirtualRef.getRef()
           
 Ref VirtualRef.NullRef.getRef(VirtualRef vref)
           
 Ref Ref.getRef(VirtualRef vref)
           
 

Methods in com.ibm.awb.weakref with parameters of type Ref
 void VirtualRef.setRef(Ref new_ref)
           
 

Constructors in com.ibm.awb.weakref with parameters of type Ref
VirtualRef(Ref ref)