Uses of Interface
org.kth.dks.dks_dht.DKSDHTCallback

Packages that use DKSDHTCallback
org.kth.dks   
org.kth.dks.dks_dht   
org.kth.dks.planetlab   
 

Uses of DKSDHTCallback in org.kth.dks
 

Methods in org.kth.dks with parameters of type DKSDHTCallback
 DKSMCastDHTInterface DKSMCastDHTInterface.createGroup(long gid, DKSDHTCallback cb)
          Create a new multicast group with a specific group id.
 DKSMCastDHTInterface DKSMCastDHTInterface.joinGroup(long gid, DKSDHTCallback cb)
          Join an existing multicast group with a specific group id.
 

Uses of DKSDHTCallback in org.kth.dks.dks_dht
 

Classes in org.kth.dks.dks_dht that implement DKSDHTCallback
 class DKSMCastDHTImpl
           
 

Methods in org.kth.dks.dks_dht with parameters of type DKSDHTCallback
 DKSMCastDHTInterface DKSMCastDHTImpl.createGroup(long gid, DKSDHTCallback cb)
          Create a new multicast group with a specific group id.
 DKSMCastDHTInterface DKSMCastDHTImpl.joinGroup(long gid, DKSDHTCallback cb)
          Join an existing multicast group with a specific group id.
 

Constructors in org.kth.dks.dks_dht with parameters of type DKSDHTCallback
DKSDHTImpl(ConnectionManager cm, DKSOverlayAddress over, DKSDHTCallback cb)
          cb is the callback object
DKSMCastDHTImpl(ConnectionManager cm, DKSOverlayAddress over, DKSDHTCallback cb)
          cb is the callback object
 

Uses of DKSDHTCallback in org.kth.dks.planetlab
 

Classes in org.kth.dks.planetlab that implement DKSDHTCallback
 class PlanetLabDKS
           
 class StrechMeter
           
 



Copyright © 2010. All Rights Reserved.