vqServer API Class vq.server.Hits

java.lang.Object
    |
    +----vq.utils.kllist
            |
            +----vq.server.Hits
Contents
Package index
Package
API index

public class Hits
extends kllist
Represents a list of hits. Alphabetically ordered by alias. Usually associated with an HttpServer. Warning: vqServer will not operate correctly if you add anything other than instances of Hit to an instance of Hits. Use add(Hit) to add instances of Hit to an instance of Hits.


Method Index

 o add(Hit)
Adds the specified hit to the list.

Method Detail

 o add
public void add(vq.server.Hit theHit)
          Adds the specified hit to the list. The position of the hit in the list depends on its alias.


vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000.

Contents
Package index
Package
API index