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

Packages that use DKSIdentifierAlreadyTaken
org.kth.dks   
org.kth.dks.dks_dht   
 

Uses of DKSIdentifierAlreadyTaken in org.kth.dks
 

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

Constructors in org.kth.dks that throw DKSIdentifierAlreadyTaken
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 DKSIdentifierAlreadyTaken in org.kth.dks.dks_dht
 

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



Copyright © 2010. All Rights Reserved.