| 
 | 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 | deleteFunctionSpecified by the origin. | 
|  int[] | deleteListStatusesIf the deleteFunction was 'list', then these are statuses for each list | 
|  String | deleteMessageOptional text message from the target | 
|  int | deleteOperationStatusReturned by the target | 
|  int | numberNotDeletedIf the deleteFunction was 'bulk' and some were not delete, the target fills this in | 
|  int | referenceIdValue passed to Request and returned by a target Z39.50 server and Response stores it here | 
|  int | requestLengthinteger data type containing the number of bytes in the request. | 
|  int | responseLengthinteger data type containing the number of bytes in the response. | 
|  String[] | resultSetListIf 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 BerString
public 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 | |||||||||