Firefish 0.5.10

gov.lbl.dsd.p2pio
Class ListNumbersQuery

java.lang.Object
  extended bygov.lbl.dsd.p2pio.MsgElement
      extended bygov.lbl.dsd.p2pio.Query
          extended bygov.lbl.dsd.p2pio.ListNumbersQuery

public class ListNumbersQuery
extends Query

A query that produces a list of size numbers, starting with index zero; mainly used for debugging and testing purposes.

Version:
$Revision: 1.3 $, $Date: 2004/01/30 01:18:02 $

Constructor Summary
ListNumbersQuery(int size)
           
 
Method Summary
 int getSize()
           
 
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
 

Constructor Detail

ListNumbersQuery

public ListNumbersQuery(int size)
Method Detail

getSize

public int getSize()

Firefish 0.5.10

Jump to the Firefish Homepage