gov.lbl.dsd.p2pio
Class Open
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Msg
gov.lbl.dsd.p2pio.Request
gov.lbl.dsd.p2pio.Open
- public class Open
- extends Request
Open request message of P2PIO protocol; requests the opening of a transaction;
In particular, contains the query
to be executed by nodes of the P2P network, as well as the scope
of the query.
- Version:
- $Revision: 1.4 $, $Date: 2004/01/30 01:18:03 $
RESPONSE_MODE_ROUTED
public static final String RESPONSE_MODE_ROUTED
- See Also:
- Constant Field Values
RESPONSE_MODE_DIRECT
public static final String RESPONSE_MODE_DIRECT
- See Also:
- Constant Field Values
Open
public Open(TransactionID tid,
P2PQuery query,
Scope scope,
String responseMode)
getP2PQuery
public P2PQuery getP2PQuery()
getScope
public Scope getScope()
Jump to the Firefish Homepage