Firefish 0.5.10

gov.lbl.dsd.p2pio
Class ReceiveTimeout

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.ReceiveTimeout

public class ReceiveTimeout
extends Request

Timeout issued when a Receive message times out.

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

Constructor Summary
ReceiveTimeout(TransactionID tid)
           
 
Method Summary
 Element toDOM()
           
 String toString()
          Returns a pretty-printed XML representation.
 
Methods inherited from class gov.lbl.dsd.p2pio.Msg
getTransactionID
 
Methods inherited from class gov.lbl.dsd.p2pio.MsgElement
toXOM
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReceiveTimeout

public ReceiveTimeout(TransactionID tid)
Method Detail

toString

public String toString()
Description copied from class: MsgElement
Returns a pretty-printed XML representation.

Overrides:
toString in class MsgElement

toDOM

public Element toDOM()
Overrides:
toDOM in class MsgElement

Firefish 0.5.10

Jump to the Firefish Homepage