Open SiteSearch 4.1.1
Final

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
           
 
Constructor Summary
Z39trc()
           
 
Method Summary
 void Request(BerString request)
           
 void Request(DataDir request)
           
 String sessionId()
           
 String toString()
           
 String txnId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Z39trc

public Z39trc()
Method Detail

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

Open SiteSearch 4.1.1
Final