ORG.oclc.z39.server
Class Z39trc
java.lang.Object
|
+--ORG.oclc.z39.server.Z39trc
- public class Z39trc
- extends Object
Z39trc creates translates Trigger Resource Control Request. No responses are sent
for this type of request
Field Summary |
int |
action
Specified by the origin. |
int |
referenceId
Value passed to Request and returned by a target Z39.50 server |
int |
requestLength
integer data type containing the number of bytes in the request. |
int |
responseLength
integer data type containing the number of bytes in the response. |
String |
sessionId
Optional sessionId from the target |
String |
txnId
|
referenceId
public int referenceId
- Value passed to Request and returned by a target Z39.50 server
action
public int action
- Specified by the origin. the Trigger Resource Control action
requestLength
public int requestLength
- integer data type containing the number of bytes in the request.
responseLength
public int responseLength
- integer data type containing the number of bytes in the response.
sessionId
public String sessionId
- Optional sessionId from the target
txnId
public String txnId
Z39trc
public Z39trc()
sessionId
public String sessionId()
txnId
public String txnId()
Request
public void Request(BerString request)
Request
public void Request(DataDir request)
toString
public String toString()
- Overrides:
- toString in class Object