Rice Pastry API

org.mpisws.p2p.transport.identity
Interface LowerIdentity<Identifier,MessageType>

All Superinterfaces:
Destructable, TransportLayer<Identifier,MessageType>

public interface LowerIdentity<Identifier,MessageType>
extends TransportLayer<Identifier,MessageType>

Prefixes outgoing messages/sockets with the identity of the destination. Verifies that sockets/messages that arrive are for the local identity. When this is not true, responds with an error. When the error is received, it is reported to a corresponding UpperIdentity.

Author:
Jeff Hoye

Method Summary
 
Methods inherited from interface org.mpisws.p2p.transport.TransportLayer
acceptMessages, acceptSockets, getLocalIdentifier, openSocket, sendMessage, setCallback, setErrorHandler
 
Methods inherited from interface rice.Destructable
destroy
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection