vqServer API Index of fields and methods

Contents
Package index

A B C D E F G H I K L M N O P Q R S T U V W

A

Acl class vq.server.Acl.
Represents a vqServer access control list (ACL).
Acl(). Constructor for class vq.server.Acl
Creates a new ACL.
AclEntry class vq.server.AclEntry.
Represents an entry in an ACL.
AclEntry(Acl). Constructor for class vq.server.AclEntry
Creates a new entry which refers to the specified ACL.
AclEntry(User). Constructor for class vq.server.AclEntry
Creates a new entry which refers to the specified user.
Acls class vq.server.Acls.
Represents a list of ACLs.
Acls(). Constructor for class vq.server.Acls
Creates an empty list.
add(Acl). Method in class vq.server.Acls
Adds the specified ACL to the list.
add(Alias). Method in class vq.server.Aliases
Adds an alias to the list.
add(Filetype). Method in class vq.server.Filetypes
Adds a file type to the list.
add(Hit). Method in class vq.server.Hits
Adds the specified hit to the list.
add(klentry). Method in class vq.utils.kllist
Adds the specified entry to the end of the list.
add(klentry, klentry). Method in class vq.server.Sessions
add(klentry, klentry). Method in class vq.server.Cache
Used internally for cache maintenance.
add(klentry, klentry). Method in class vq.utils.kllist
Adds an entry to the list after the specified entry.
add(Library). Method in class vq.server.Libraries
Adds the specified Library to the list.
add(Server). Method in class vq.server.Servers
Adds the specified server to the list.
add(User). Method in class vq.server.Users
Adds the specified user to the list.
addData(String). Method in class vq.utils.kllist
Creates a new instance of klentry with the specified key and adds it to the end of the list.
addData(String, klentry). Method in class vq.utils.kllist
Creates a new entry (a klentry) with the specified key and adds it to the list after the specified entry.
addData(String, Object). Method in class vq.utils.kolist
Creates a new entry (a koentry) with the specified key and object and adds it to the end of the list.
addData(String, Object, klentry). Method in class vq.utils.kolist
Creates a new entry (a koentry) with the specified key and object specified and adds it to the list at the specified position.
addData(String, String). Method in class vq.utils.kvlist
Creates a new entry (a kventry) with the specified key and value and adds it to the end of the list.
addData(String, String, klentry). Method in class vq.utils.kvlist
Creates a new entry (a kventry) with the specified key and value and adds it to the list at the specified position.
addServlet(String, Servlet). Method in class vq.server.Aliases
Creates an alias with the specified name which refers to the specified servlet instance only and adds it to the list.
Alias class vq.server.Alias.
Represents a vqServer alias.
Alias(). Constructor for class vq.server.Alias
Creates a new alias.
Aliases class vq.server.Aliases.
Represents a list of aliases.
Aliases(). Constructor for class vq.server.Aliases
Creates an empty list.

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

Contents
Package index