|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
rice.p2p.commonapi.NodeHandle
org.mpisws.p2p.transport.commonapi.TransportLayerNodeHandle<Identifier>
Identifier - the underlieing layerpublic abstract class TransportLayerNodeHandle<Identifier>
Parallel interface to the CommonAPI NodeHandle, because it is an abstract object to gain the observer pattern.
| Field Summary |
|---|
| Fields inherited from class rice.p2p.commonapi.NodeHandle |
|---|
DECLARED_DEAD, DECLARED_LIVE, PROXIMITY_CHANGED |
| Constructor Summary | |
|---|---|
TransportLayerNodeHandle()
|
|
| Method Summary | |
|---|---|
abstract Identifier |
getAddress()
|
abstract long |
getEpoch()
|
| Methods inherited from class rice.p2p.commonapi.NodeHandle |
|---|
checkLiveness, getId, isAlive, proximity, serialize |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransportLayerNodeHandle()
| Method Detail |
|---|
public abstract Identifier getAddress()
public abstract long getEpoch()
|
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||