A B C D E G O P Q R S T Z

A

addinfo() - Method in class org.z3950.zoom.Bib1Exception
Returns any additional information provided by the server concerning the error that is specified by the errcode() method.

B

Bib1Exception - exception org.z3950.zoom.Bib1Exception.
Represents an error occurring in a Z39.50 Server.

C

CCLQuery - class org.z3950.zoom.CCLQuery.
Represents a CCL query to be submitted to a Z39.50 Server.
CCLQuery(String, String) - Constructor for class org.z3950.zoom.CCLQuery
Creates a new Query object representing the specified CCL query, with qualifiers interpreted according to the specified qualifier set.
close() - Method in class org.z3950.zoom.Connection
Closes the connection to the server, allowing it to release any resources it has allocated to this client.
code2msg(int) - Static method in class org.z3950.zoom.Global
Maps the specified BIB-1 diagnostic code into a human-readable message.
Connection - class org.z3950.zoom.Connection.
Represents a connection to a Z39.50 Server, as described in the ZOOM Abstract API.
Connection(String, int) - Constructor for class org.z3950.zoom.Connection
Creates a new connection object, and forges a Z39.50 connection to the server specified by the parameters.

D

delete() - Method in class org.z3950.zoom.ResultSet
Deletes this ResultSet, informing the server that it may release any resources it has allocated to it.

E

errcode() - Method in class org.z3950.zoom.Bib1Exception
Returns the BIB1 diagnostic code of the error that occurred on the server.
errmsg() - Method in class org.z3950.zoom.Bib1Exception
Returns a human-readable string corresponding to the BIB1 diagnostic code of the server error as returned by the errcode() method.

G

getRecord(int) - Method in class org.z3950.zoom.ResultSet
Fetches the ith record of this ResultSet from the server on the other end of the Connection with which the ResultSet was created.
Global - class org.z3950.zoom.Global.
This class is merely a namespace for the non-class functions described in the ZOOM Abstract API (UNSTABLE).

O

option(String) - Method in class org.z3950.zoom.ResultSet
Returns the value of the specified option in this ResultSet object, if it is defined there; otherwise returns the specified option's value in the Connection object by which this ResultSet was created.
option(String) - Static method in class org.z3950.zoom.Global
Returns the value of the specified option in the global option set.
option(String) - Method in class org.z3950.zoom.Connection
Returns the value of the specified option in this Connection object, if it is defined there; otherwise returns the global option of that name.
option(String, String) - Method in class org.z3950.zoom.ResultSet
Sets the specified option in this ResultSet object to the specified value, returning its previous value (as would have been returned by the single-parameter version.)
option(String, String) - Static method in class org.z3950.zoom.Global
Sets the specified option in the global option set to the specified value, returning its previous value (as would have been returned by the single-parameter version.)
option(String, String) - Method in class org.z3950.zoom.Connection
Sets the specified option in this Connection object to the specified value, returning its previous value (as would have been returned by the single-parameter version.)
org.z3950.zoom - package org.z3950.zoom
This package has two roles: it is an implementation of the Java binding for ZOOM; and its documentation constitutes the specificaton for the Java binding.

P

PrefixQuery - class org.z3950.zoom.PrefixQuery.
Represents a Prefix query to be submitted to a Z39.50 Server.
PrefixQuery(String) - Constructor for class org.z3950.zoom.PrefixQuery
Creates a new Query object representing the specified Prefix query.

Q

q - Variable in class org.z3950.zoom.Query
 
Query - class org.z3950.zoom.Query.
Represents a query to be submitted to a Z39.50 Server, as described in the ZOOM Abstract API.
Query() - Constructor for class org.z3950.zoom.Query
 

R

rawdata() - Method in class org.z3950.zoom.Record
 
Record - class org.z3950.zoom.Record.
Represents a records returned from a Z39.50 Server, as described in the ZOOM Abstract API (UNSTABLE).
recsyn() - Method in class org.z3950.zoom.Record
 
render() - Method in class org.z3950.zoom.Record
 
ResultSet - class org.z3950.zoom.ResultSet.
Represents a result set held on a Z39.50 Server, as described in the ZOOM Abstract API.

S

search(Query) - Method in class org.z3950.zoom.Connection
Performs a search on the server to which this Connection is attached, using the specified query, and returns a new Result Set object.
SearchException - exception org.z3950.zoom.SearchException.
Represents an exception occurring in the ZOOM libraries (not on the server) during a Search operation.
size() - Method in class org.z3950.zoom.ResultSet
Returns the number of records found by the server satisfying the query with which this ResultSet was created.

T

toString() - Method in class org.z3950.zoom.Bib1Exception
 

Z

ZOOMException - exception org.z3950.zoom.ZOOMException.
Represents an exception occurring in a ZOOM operation.

A B C D E G O P Q R S T Z