|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--MyStartChord
This class starts up a new node in the chord ring, the interface has been changed slightly to make more uniform use of Locations. This class includes the join method that connects a new node into the chord ring.
| Method Summary | |
MyChord |
join(ChordLocation there,
MyChange c)
To join we need to know the location of an existing Chord node and we need to supply a MyChange object to provide the interface between this node and any system that is built on top of Chord. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public MyChord join(ChordLocation there,
MyChange c)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||