Uses of Class
com.ibm.awb.weakref.WeakRef

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

Uses of WeakRef in com.ibm.aglets
 

Subclasses of WeakRef in com.ibm.aglets
 class RemoteAgletRef
           
 

Uses of WeakRef in com.ibm.awb.weakref
 

Methods in com.ibm.awb.weakref that return WeakRef
 WeakRef WeakRefTable.getWeakRef(java.lang.Object id)
           
 

Methods in com.ibm.awb.weakref with parameters of type WeakRef
 void WeakRefTable.add(WeakRef ref)
           
protected  void WeakRefTable.debug(WeakRef current, java.lang.String title)
           
protected  java.lang.String WeakRefTable.toString(WeakRef current)