|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.server.Z39delete
Z39delete creates DeleteResponses and translates DeleteRequests.
Field Summary | |
int |
deleteFunction
Specified by the origin. |
int[] |
deleteListStatuses
If the deleteFunction was 'list', then these are statuses for each list |
String |
deleteMessage
Optional text message from the target |
int |
deleteOperationStatus
Returned by the target |
int |
numberNotDeleted
If the deleteFunction was 'bulk' and some were not delete, the target fills this in |
int |
referenceId
Value passed to Request and returned by a target Z39.50 server and Response stores it here |
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[] |
resultSetList
If the deleteFunction is 'list', then this is the list |
String |
sessionId
|
String |
txnId
|
Constructor Summary | |
Z39delete()
|
Method Summary | |
void |
Request(BerString request)
|
void |
Request(DataDir request)
|
void |
Response(int status,
int notDeleted,
String[] resultsSets,
int[] statuses,
String message)
|
void |
Response(int status,
String[] resultsSets,
int[] statuses,
String message,
int referenceId)
Creates a Z39.50 DeleteResponse. |
String |
sessionId()
|
BerString |
toBerString(int extraLen,
int offset)
|
String |
toString()
|
String |
txnId()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public int referenceId
public int deleteFunction
public String[] resultSetList
public int deleteOperationStatus
public int[] deleteListStatuses
public int numberNotDeleted
public String deleteMessage
public int requestLength
public int responseLength
public String sessionId
public String txnId
Constructor Detail |
public Z39delete()
Method Detail |
public String sessionId()
public String txnId()
public void Response(int status, String[] resultsSets, int[] statuses, String message, int referenceId)
referenceId
- Will be returned on Request.extraLen
- Allow this much extra room in the built BER record.offset
- Build the Response at this offset in the BerStringpublic void Response(int status, int notDeleted, String[] resultsSets, int[] statuses, String message)
public BerString toBerString(int extraLen, int offset)
public void Request(BerString request)
public void Request(DataDir request)
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |