vqServer API Class vq.server.Libraries

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

public class Libraries
extends kllist
A list of Java libraries. Warning: vqServer will not operate correctly if you add anything other than instances of Library to an instance of Libraries. Only use add(Library) to add a Libray to an instance of Libraries.


Method Index

 o add(Library)
Adds the specified Library to the list.
 o read(vqis)
Reads Librarie(s) from the specified input stream and adds them to the list.
 o save(vqos)
Writes the list to the output stream specified in vqServer .cfg file format.

Method Detail

 o read
public void read(vqis is) throws java.io.IOException
          Reads Librarie(s) from the specified input stream and adds them to the list.
Overrides:
read in class kllist
 o save
public void save(vqos os) throws java.io.IOException
          Writes the list to the output stream specified in vqServer .cfg file format. Calls the save(vqos) method of each ACL in the list.
Overrides:
save in class kllist
 o add
public void add(Library theLibrary)
          Adds the specified Library to the list.


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