gov.lbl.dsd.p2pio
Class Scope
java.lang.Object
gov.lbl.dsd.p2pio.MsgElement
gov.lbl.dsd.p2pio.Scope
- public class Scope
- extends MsgElement
The scope of a query used in an Open
request message;
Contains the transaction timeout, maxHops, and optionally the neighbor selection query.
- Version:
- $Revision: 1.3 $, $Date: 2004/01/30 01:18:03 $
Constructor Summary |
Scope(long timeout,
long maxHops,
Query neighborSelectionQuery)
|
Scope
public Scope(long timeout,
long maxHops,
Query neighborSelectionQuery)
getTimeout
public long getTimeout()
setTimeout
public void setTimeout(long timeout)
getMaxHops
public long getMaxHops()
setMaxHops
public void setMaxHops(long maxHops)
getNeighborSelectionQuery
public Query getNeighborSelectionQuery()
Jump to the Firefish Homepage