vqServer API Class vq.utils.kvvnode

java.lang.Object
    |
    +----vq.utils.klentry
            |
            +----vq.utils.kvvnode
Contents
Package index
Package
API index

public class kvvnode
extends klentry
A list entry which represents a list of values associated with a single key.


Variable Index

 o values
The list of values associated with the list entry.

Constructor Index

 o kvvnode()
Creates an unattached empty list entry.
 o kvvnode(String)
Creates an unattached list entry with the specified key.
 o kvvnode(String, vqis)
 

Method Index

 o kill()
Kills the node.
 o save(vqos)
 

Field Detail

 o values
public kllist values
          The list of values associated with the list entry.

Constructor Detail

 o kvvnode
public kvvnode()
          Creates an unattached empty list entry.
 o kvvnode
public kvvnode(java.lang.String theKey)
          Creates an unattached list entry with the specified key.
Parameters:
theKey - the key of the new entry
 o kvvnode
public kvvnode(java.lang.String theKey,
               vqis is) throws java.io.IOException

Method Detail

 o save
public void save(vqos os) throws java.io.IOException
Overrides:
save in class klentry
 o kill
public void kill()
          Kills the node. Calls the kill() method of the values sub-list. Warning: do not invoke this method if the node is a member of a list.
Overrides:
kill in class klentry


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