vqServer API Class vq.server.Library

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

public class Library
extends klentry
Information about a Java library. Warning: the key field is used to store a unique identifier and should not be modified.


Constructor Index

 o Library()
Creates a new Library object.

Method Index

 o getDesc()
Returns the description of the Java library (as displayed in the vqServer control centre).
 o getLocation()
Returns the location of the Java library (as displayed in the vqServer control centre).
 o kill()
Kills the Library object.
 o save(vqos)
Writes information about the Java library to the output stream specified in vqServer .cfg file format.
 o setDesc(String)
Sets the description of the Java library.
 o setLocation(String)
Sets the location of the Java library.

Constructor Detail

 o Library
public Library()
          Creates a new Library object.

Method Detail

 o save
public void save(vqos os) throws java.io.IOException
          Writes information about the Java library to the output stream specified in vqServer .cfg file format.
Parameters:
os - the output stream to write the Java library to
Overrides:
save in class klentry
 o kill
public void kill()
          Kills the Library object. Warning: do not invoke this method if the library object is a member of a list.
Overrides:
kill in class klentry
 o getLocation
public java.lang.String getLocation()
          Returns the location of the Java library (as displayed in the vqServer control centre).
 o setLocation
public void setLocation(java.lang.String location)
          Sets the location of the Java library.
 o getDesc
public java.lang.String getDesc()
          Returns the description of the Java library (as displayed in the vqServer control centre).
 o setDesc
public void setDesc(java.lang.String description)
          Sets the description of the Java library.


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