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. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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.
Z39trcApi
public Z39trcApi()