Firefish 0.5.10

gov.lbl.dsd.p2pio
Class FinalSend

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Msg
          extended bygov.lbl.dsd.p2pio.Response
              extended bygov.lbl.dsd.p2pio.Send
                  extended bygov.lbl.dsd.p2pio.FinalSend

public class FinalSend
extends Send

FinalSend response message of P2PIO protocol; indicates that this is the last send of the current message exchange. Contains an ItemSet. If it also contains a StillOpen element, the client may subsequently issue a Receive for another message exchange.

Version:
$Revision: 1.3 $, $Date: 2004/01/30 01:18:03 $

Constructor Summary
FinalSend(TransactionID tid, ItemSet itemSet, StillOpen stillOpen)
           
 
Method Summary
 StillOpen getStillOpen()
           
 
Methods inherited from class gov.lbl.dsd.p2pio.Send
getItemSet
 
Methods inherited from class gov.lbl.dsd.p2pio.Msg
getTransactionID
 
Methods inherited from class gov.lbl.dsd.p2pio.MsgElement
toDOM, toString, toXOM
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinalSend

public FinalSend(TransactionID tid,
                 ItemSet itemSet,
                 StillOpen stillOpen)
Method Detail

getStillOpen

public StillOpen getStillOpen()

Firefish 0.5.10

Jump to the Firefish Homepage