Firefish 0.5.10

gov.lbl.dsd.p2pio
Class Msg

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Msg
Direct Known Subclasses:
Request, Response

public abstract class Msg
extends MsgElement

The abstract base class of all messages of the Peer-to-Peer I/O Protocol (P2PIO); each message has a TransactionID.

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

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

Msg

public Msg(TransactionID tid)
Method Detail

getTransactionID

public TransactionID getTransactionID()

Firefish 0.5.10

Jump to the Firefish Homepage