gov.lbl.dsd.p2pio
Class StillOpen
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.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)
|
UNKOWN
public static final int UNKOWN
- See Also:
- Constant Field Values
StillOpen
public StillOpen(int locallyAvailable,
int globallyAvailable)
getLocallyAvailable
public int getLocallyAvailable()
getGloballyAvailable
public int getGloballyAvailable()
Jump to the Firefish Homepage