|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadEndpoint | |
|---|---|
| de.uniba.wiai.lspi.chord.com.local | Implements the communication tasks for multiple Chord nodes running in one JVM and communicating locally. |
| Uses of ThreadEndpoint in de.uniba.wiai.lspi.chord.com.local |
|---|
| Methods in de.uniba.wiai.lspi.chord.com.local that return ThreadEndpoint | |
|---|---|
ThreadEndpoint |
ThreadProxy.getEndpoint()
Get a reference to the endpoint this proxy
delegates methods to. |
ThreadEndpoint |
Registry.lookup(URL url)
This method looks up the endpointfor the
node with the given
name. |
| Methods in de.uniba.wiai.lspi.chord.com.local that return types with arguments of type ThreadEndpoint | |
|---|---|
java.util.Map<URL,ThreadEndpoint> |
Registry.lookupAll()
Returns an array of all registered endpoints. |
| Methods in de.uniba.wiai.lspi.chord.com.local with parameters of type ThreadEndpoint | |
|---|---|
void |
Registry.bind(ThreadEndpoint endpoint)
Register the given endpointso that it can be
looked up via #lookup(String). |
void |
Registry.unbind(ThreadEndpoint endpoint)
Remove the given endpointfrom the registry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||