Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class Z39trcApi

java.lang.Object
  |
  +--ORG.oclc.z39.Z39trcApi

public class Z39trcApi
extends Object

See Also:
zclient, example, zapplet

Field Summary
static int action
          see Z39.50 specification.
static int cancel
          trc action type; see Z39.50 specification.
static int resourceControl
          see Z39.50 specification.
static int resourceReport
          see Z39.50 specification.
 
Constructor Summary
Z39trcApi()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

public static final int action
see Z39.50 specification.

resourceReport

public static final int resourceReport
see Z39.50 specification.

resourceControl

public static final int resourceControl
see Z39.50 specification.

cancel

public static final int cancel
trc action type; see Z39.50 specification.
Constructor Detail

Z39trcApi

public Z39trcApi()

Open SiteSearch 4.1.1
Final