de.uniba.wiai.lspi.chord.console
Class Main
java.lang.Object
de.uniba.wiai.lspi.chord.console.Main
public class Main
- extends Object
Main class to start a console, that allows manual testing of chord. There are
two possibilities to create a chord network.
- Create a chord network that completely runs within the local VM. The
console provides commmands to access all nodes and to retrieve/insert entries
from/to nodes.
- Create a single chord node, that connects to a remote chord network
Chord.join(URL, URL) or creates a new chord network (Chord.create(URL)),
which can be entered by other remote nodes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Throwable
- Parameters:
args - the command line arguments
- Throws:
Throwable
Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.