Firefish 0.5.10

gov.lbl.dsd.p2pio
Class TransactionTimeout

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

public class TransactionTimeout
extends Request

Timeout issued when a transaction times out; The transaction timeout is indicated in the Scope element of the Open request message.

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

Constructor Summary
TransactionTimeout(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

TransactionTimeout

public TransactionTimeout(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