Firefish 0.5.10

gov.lbl.dsd.p2pio
Class Close

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Msg
          extended bygov.lbl.dsd.p2pio.Request
              extended bygov.lbl.dsd.p2pio.Close

public class Close
extends Request

Close request message of P2PIO protocol; requests closing the given transaction.

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

Constructor Summary
Close(TransactionID tid)
           
 
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

Close

public Close(TransactionID tid)

Firefish 0.5.10

Jump to the Firefish Homepage