Rice Pastry API

org.mpisws.p2p.transport.commonapi
Interface TransportLayerNodeHandle<Identifier>

Type Parameters:
Identifier - the underlieing layer
All Known Implementing Classes:
DirectNodeHandle, SocketNodeHandle

public interface TransportLayerNodeHandle<Identifier>

Parallel interface to the CommonAPI NodeHandle, because it is an abstract object to gain the observer pattern.

Author:
Jeff Hoye

Method Summary
 Identifier getAddress()
           
 long getEpoch()
           
 Id getId()
           
 void serialize(OutputBuffer sob)
           
 

Method Detail

getAddress

Identifier getAddress()

getId

Id getId()

serialize

void serialize(OutputBuffer sob)
               throws java.io.IOException
Throws:
java.io.IOException

getEpoch

long getEpoch()

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection