gov.lbl.dsd.p2pio
Class Receive
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Msg
gov.lbl.dsd.p2pio.Request
gov.lbl.dsd.p2pio.Receive
- public class Receive
- extends Request
Receive request message of P2PIO protocol;
requests an ItemSet to be send in a Send or FinalSend response message, depending on the given mode.
The item set should have at least min items and at most max items, and be returned
at the lastest by the given timeout
- Version:
- $Revision: 1.3 $, $Date: 2004/01/30 01:18:03 $
SINGLE_MODE
public static final String SINGLE_MODE
- See Also:
- Constant Field Values
MULTI_MODE
public static final String MULTI_MODE
- See Also:
- Constant Field Values
Receive
public Receive(TransactionID tid,
int min,
int max,
long timeout,
String mode)
getMin
public int getMin()
getMax
public int getMax()
getTimeout
public long getTimeout()
getMode
public String getMode()
Jump to the Firefish Homepage