Uses of Class
org.kth.dks.dks_exceptions.DKSRefNoResponse

Packages that use DKSRefNoResponse
org.kth.dks   
org.kth.dks.dks_comm   
org.kth.dks.dks_dht   
org.kth.dks.dks_node   
 

Uses of DKSRefNoResponse in org.kth.dks
 

Methods in org.kth.dks that throw DKSRefNoResponse
 void DKSImpl.join(DKSRef existingnodeAddress)
           
 void DKSInterface.join(DKSRef existingnodeAddress)
          Adds a new node to the network managed by the local DKS implementation.
 DKSMCastDHTInterface DKSMCastDHTInterface.joinGroup(long gid, DKSDHTCallback cb)
          Join an existing multicast group with a specific group id.
 

Constructors in org.kth.dks that throw DKSRefNoResponse
JDHT(int port, java.lang.String url)
          Joins an existing Distributed Hash Table (DHT) running on some machines, will bind to the supplied local port number An IMPORTANT invariant is to call close() upon exit to disconnect.
JDHT(java.lang.String url)
          Joins an existing Distributed Hash Table (DHT) running on some machines, will bind to local port 4444 An IMPORTANT invariant is to call close() upon exit to disconnect.
 

Uses of DKSRefNoResponse in org.kth.dks.dks_comm
 

Methods in org.kth.dks.dks_comm that throw DKSRefNoResponse
 void ConnectionHandler.createConnection(java.net.Socket s, DKSNetAddress na)
           
 

Uses of DKSRefNoResponse in org.kth.dks.dks_dht
 

Methods in org.kth.dks.dks_dht that throw DKSRefNoResponse
 void DKSDHTImpl.join(DKSRef existingnodeAddress)
           
 void DKSMCastDHTImpl.join(DKSRef existingnodeAddress)
          Adds a new node to the network managed by the local DKS implementation.
 DKSMCastDHTInterface DKSMCastDHTImpl.joinGroup(long gid, DKSDHTCallback cb)
          Join an existing multicast group with a specific group id.
 

Uses of DKSRefNoResponse in org.kth.dks.dks_node
 

Methods in org.kth.dks.dks_node that throw DKSRefNoResponse
 AsyncOperation DKSNode.newNode(DKSRef nj, DKSRef n)
           
 



Copyright © 2010. All Rights Reserved.