Firefish 0.5.10

gov.lbl.dsd.p2pio
Class Open

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Msg
          extended bygov.lbl.dsd.p2pio.Request
              extended bygov.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 $

Field Summary
static String RESPONSE_MODE_DIRECT
           
static String RESPONSE_MODE_ROUTED
           
 
Constructor Summary
Open(TransactionID tid, P2PQuery query, Scope scope, String responseMode)
           
 
Method Summary
 P2PQuery getP2PQuery()
           
 Scope getScope()
           
 
Methods inherited from class gov.lbl.dsd.p2pio.Msg
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
 

Field Detail

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
Constructor Detail

Open

public Open(TransactionID tid,
            P2PQuery query,
            Scope scope,
            String responseMode)
Method Detail

getP2PQuery

public P2PQuery getP2PQuery()

getScope

public Scope getScope()

Firefish 0.5.10

Jump to the Firefish Homepage