Firefish 0.5.10

gov.lbl.dsd.p2pio
Class StillOpen

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.StillOpen

public class StillOpen
extends MsgElement

Indicates that a FinalSend response is the last send of the current message exchange; the client may subsequently issue a Receive for another message exchange.

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

Field Summary
static int UNKOWN
           
 
Constructor Summary
StillOpen(int locallyAvailable, int globallyAvailable)
           
 
Method Summary
 int getGloballyAvailable()
           
 int getLocallyAvailable()
           
 
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
 

Field Detail

UNKOWN

public static final int UNKOWN
See Also:
Constant Field Values
Constructor Detail

StillOpen

public StillOpen(int locallyAvailable,
                 int globallyAvailable)
Method Detail

getLocallyAvailable

public int getLocallyAvailable()

getGloballyAvailable

public int getGloballyAvailable()

Firefish 0.5.10

Jump to the Firefish Homepage