rice.p2p.commonapi
Interface MessageReceipt

All Superinterfaces:
Cancellable

public interface MessageReceipt
extends Cancellable

Returned by a call to endpoint.route(). Can be used to cancel a message.

Author:
Jeff Hoye

Method Summary
 NodeHandle getHint()
           
 Id getId()
           
 Message getMessage()
           
 
Methods inherited from interface rice.p2p.commonapi.Cancellable
cancel
 

Method Detail

getMessage

Message getMessage()

getId

Id getId()

getHint

NodeHandle getHint()


Copyright © 2010. All Rights Reserved.