Class oclc.z39.zclient
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oclc.z39.zclient

java.lang.Object
   |
   +----oclc.z39.zclient

public class zclient
extends Object
zclient is a simple application using the Z39.50 Client API. Once the application is started, enter a '?' to get help on commands available. Invoke zclient with the following flags:
[-b[sleep_time]]
Signals that zclient is running as a background process and all input should be echoed to the output. sleep_time is an optional amount of time to sleep between transactions during batch mode. This is useful for simulating user behavior. **sleep_time is currently being ignored in the Java version.
[-d]
Use 'default' as a resultSetName.
-h
Hostname.
[-l]
Turn on logging.
-p
Port number.
[-o(filename)]
All records displayed will also be output as BER to (filename).
[-u[userid[/password]]]
Userid and password. Default is anonymous access.
[-v]
Same as -l.
Version:
@(#)zclient.java 1.5 06/27/96
Author:
Jenny Colvard

Method Index

 o main(String[])

Methods

 o main
  public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index