All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.Z39deleteApi

java.lang.Object
   |
   +----ORG.oclc.z39.Z39deleteApi

public class Z39deleteApi
extends Object
Version:
%W% %G%
See Also:
zclient, example, zapplet

Variable Index

 o accessNotAllowed
deleteResultSet status; see Z39.50 specification.
 o all
deleteFunction - all
 o bulkDeleteNotSupported
deleteResultSet status; see Z39.50 specification.
 o BULKSTATUSES
 o DELETEFUNCTION
 o list
deleteFunction - list
 o LISTSTATUSES
 o MESSAGE
 o notAllRequestedResultsSetsDeleted
deleteResultSet status; see Z39.50 specification.
 o notAllRsltSetsDeletedOnBulkDlte
deleteResultSet status; see Z39.50 specification.
 o NUMNOTDELETED
 o OPERATIONSTATUS
 o previouslyDeletedByTarget
deleteResultSet status; see Z39.50 specification.
 o resourceControlAtOrigin
deleteResultSet status; see Z39.50 specification.
 o resourceControlAtTarget
deleteResultSet status; see Z39.50 specification.
 o resultSetDidNotExist
deleteResultSet status; see Z39.50 specification.
 o resultSetInUse
deleteResultSet status; see Z39.50 specification.
 o SETSTATUS
 o success
deleteResultSet status; see Z39.50 specification.
 o systemProblemAtTarget
deleteResultSet status; see Z39.50 specification.

Constructor Index

 o Z39deleteApi()

Variables

 o OPERATIONSTATUS
 public static final int OPERATIONSTATUS
 o LISTSTATUSES
 public static final int LISTSTATUSES
 o DELETEFUNCTION
 public static final int DELETEFUNCTION
 o SETSTATUS
 public static final int SETSTATUS
 o NUMNOTDELETED
 public static final int NUMNOTDELETED
 o BULKSTATUSES
 public static final int BULKSTATUSES
 o MESSAGE
 public static final int MESSAGE
 o success
 public static final int success
deleteResultSet status; see Z39.50 specification.

 o resultSetDidNotExist
 public static final int resultSetDidNotExist
deleteResultSet status; see Z39.50 specification.

 o previouslyDeletedByTarget
 public static final int previouslyDeletedByTarget
deleteResultSet status; see Z39.50 specification.

 o systemProblemAtTarget
 public static final int systemProblemAtTarget
deleteResultSet status; see Z39.50 specification.

 o accessNotAllowed
 public static final int accessNotAllowed
deleteResultSet status; see Z39.50 specification.

 o resourceControlAtOrigin
 public static final int resourceControlAtOrigin
deleteResultSet status; see Z39.50 specification.

 o resourceControlAtTarget
 public static final int resourceControlAtTarget
deleteResultSet status; see Z39.50 specification.

 o bulkDeleteNotSupported
 public static final int bulkDeleteNotSupported
deleteResultSet status; see Z39.50 specification.

 o notAllRsltSetsDeletedOnBulkDlte
 public static final int notAllRsltSetsDeletedOnBulkDlte
deleteResultSet status; see Z39.50 specification.

 o notAllRequestedResultsSetsDeleted
 public static final int notAllRequestedResultsSetsDeleted
deleteResultSet status; see Z39.50 specification.

 o resultSetInUse
 public static final int resultSetInUse
deleteResultSet status; see Z39.50 specification.

 o list
 public static final int list
deleteFunction - list

 o all
 public static final int all
deleteFunction - all

Constructors

 o Z39deleteApi
 public Z39deleteApi()

All Packages  Class Hierarchy  This Package  Previous  Next  Index