OCLC SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.z39.Diagnostic1

Packages that use Diagnostic1
ORG.oclc.db   
ORG.oclc.util   
ORG.oclc.webz   
ORG.oclc.z39   
ORG.oclc.z39.client   
ORG.oclc.z39.server   
ORG.oclc.zbroker   
 

Uses of Diagnostic1 in ORG.oclc.db
 

Methods in ORG.oclc.db that throw Diagnostic1
 DbPresentData[] ElementSetNameF.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
          Invokes the getRecords method to retrieve the records from the database using elementSetName 'F' for the requested syntax
 DbPresentData[] ElementSetNameF.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, Object dbUserData)
          Invokes the getRecords method to retrieve the records from the database in the requested syntax where there are no rank scores to retrieve.
protected  DbPresentData[] ElementSetNameF.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, Class fmtClass, String parms, String format, int[] recnos, long[] scores, Object dbUserData)
          Retrieves records from the database for the input elementSetname.
 DbPresentData[] ElementSetNameFH.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
abstract  void Db.accessAllowed(Object dbUserData)
          Determines whether the user is authorized to search the database and throws the appropriate exception indicating whether some action needs to be taken.
abstract  int Db.postings(String hitlist, Object dbUserData)
          Get postings for a specified hitlist.
abstract  DbPresentData[] Db.present(String hitlist, int startPoint, int numRecs, String elementSetName, String syntax, Object dbUserData)
          Get the specified records from the specified hitlist.
abstract  int Db.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object dbUserData)
          Perform a search.
abstract  TermInfo[] Db.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object dbUserData)
          Perform a browse.
abstract  ExtSvcData Db.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object dbUserData)
          Performs an Extended Services request.
abstract  void Db.deleteHitlist(String hitlist, Object dbUserData)
          Delete the specified hitlist.
abstract  void Db.connect(Object userInformation, Object dbUserData)
          Create a connection to this Db for a user.
abstract  void Db.sort(String hitlist, String sortedList, String[] keys, int[] order, boolean fUseSortAttributes, boolean sortAccrossDbs, Object dupCriteria, Object userData)
          Sort the hitlist according to the keys.
protected  Key[] Db.buildSortKeys(String hitlist, String[] keys, int[] order, Object dedupCriteria, Object userData)
          Return sort keys for the records in the hitlist.
protected  Object[] Db.sort(String hitlist, String[] keys, int[] order, Object dupCriteria, Object userData)
          Sort the hitlist according to the keys and return a list of offsets.
 DbPresentData[] DbNewton.present(String hitlist, int startPoint, int numRecs, String elementSetName, String syntax, Object userData)
          Get the specified records from the specified hitlist.
 int DbNewton.postings(String hitlist, Object userData)
          Get postings for a specified hitlist.
 int DbNewton.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object userData)
          Perform a search.
 TermInfo[] DbNewton.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributes, DataDir resultSetAttributes, int stepSize, Object userData)
          Perform a browse.
 void DbNewton.accessAllowed(Object dbUserData)
           
 void DbNewton.connect(Object userInformation, Object dbUserData)
          Create a connection to this Db for a user.
 void DbNewton.sort(String hitlist, String sortedList, String[] keys, int[] order, boolean fUseSortAttributes, boolean sortAccrossDbs, Object dupCriteria, Object userData)
          Sort the hitlist according to the keys.
protected  Key[] DbNewton.buildSortKeys(String hitlist, String[] keys, int[] order, Object dedupCriteria, Object userData)
          Return sort keys for the records in the hitlist.
 ExtSvcData DbNewton.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object dbUserData)
          Processes an Extended Services Request for the input task package and returns a response task package DataDir object.
 DbPresentData[] ElementSetNameFI.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
protected  DbPresentData[] ElementSetNameX.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, Class fmtClass, String parms, String format, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] ElementSetNameBH.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] ElementSetNameBI.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] ElementSetName.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] ElementSetName.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, Object dbUsesrData)
           
 void DbDeleted.accessAllowed(Object dbUserData)
          Determines whether the user is authorized to search the database and throws the appropriate exception indicating whether some action needs to be taken.
 int DbDeleted.postings(String hitlist, Object dbUserData)
          Get postings for a specified hitlist.
 DbPresentData[] DbDeleted.present(String hitlist, int startPoint, int numRecs, String elementSetName, String syntax, Object dbUserData)
          Get the specified records from the specified hitlist.
 int DbDeleted.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object dbUserData)
          Perform a search.
 TermInfo[] DbDeleted.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object dbUserData)
          Perform a browse.
 ExtSvcData DbDeleted.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object dbUserData)
          Performs an Extended Services request.
 void DbDeleted.deleteHitlist(String hitlist, Object dbUserData)
          Delete the specified hitlist.
 void DbDeleted.connect(Object userInformation, Object dbUserData)
          Create a connection to this Db for a user.
 void DbDeleted.sort(String hitlist, String sortedList, String[] keys, int[] order, boolean fUseSortAttributes, boolean sortAccrossDbs, Object dupCritera, Object userData)
          Sort the hitlist according to the keys.
 DataDir IDbExtSvc.doService(ExtSvcData esData, ExtSvcHandler esHandler, Object userData, Db dbObect)
          Processes an Extended Services request for the input task package and returns a response task package DataDir object.
 DbPresentData[] ElementSetNameFA.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] ElementSetNameB2.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] DbRemoteZ.present(String hitlist, int startPoint, int numRecs, String elementSetName, String syntax, Object userData)
          Get the specified records from the specified hitlist.
 int DbRemoteZ.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object userData)
          Send search to remote site.
 void DbRemoteZ.sort(String hitlist, String sortHitlist, String[] keys, int[] order, boolean fUseSortAttributes, boolean sortAccrossDbs, Object dupCriteria, Object userData)
          If a local sort has been specified, do it; otherwise, send the sort request to the remote server.
protected  Key[] DbRemoteZ.buildSortKeys(String hitlist, String[] keys, int[] order, Object dedupCriteria, Object userData)
          Return sort keys for the records in the hitlist.
 void DbRemoteZ.deleteHitlist(String hitlist, Object userData)
          Delete the specified hitlist.
 TermInfo[] DbRemoteZ.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object userData)
          Perform a browse.
 void DbRemoteZ.accessAllowed(Object dbUserData)
          Checks to see if the user has access to the database and throws the appropriate exception if not.
 void DbRemoteZ.connect(Object userInformation, Object dbUserData)
          Create a connection to this Db for a user.
 ExtSvcData DbRemoteZ.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object userData)
          Processes an Extended Services Request for the input task package and returns a response task package DataDir object.
 DbPresentData[] ElementSetNameSCORES.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
protected  DbPresentData[] ElementSetNameSCORES.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, Class fmtClass, String parms, String format, int[] recnos, long[] scores, Object dbUserData)
           
protected  DbPresentData[] ElementSetNameITEM.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, Class fmtClass, String parms, String format, int[] recnos, long[] scores, Object dbUserData)
           
 boolean DbDemo.display(StringTokenizer inputParms)
           
 boolean DbDemo.find(String query)
           
 boolean DbDemo.scan(StringTokenizer inputParms)
           
 boolean DbDemo.select_command(StringTokenizer inputParms)
           
 DbPresentData[] ElementSetNameB.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 DbPresentData[] ElementSetNameT.getRecords(ORG.oclc.Newton.db.NewtonDatabase thisDb, String syntax, String parms, int[] recnos, long[] scores, Object dbUserData)
           
 

Constructors in ORG.oclc.db that throw Diagnostic1
SortKey.SortKey(Sorts sort, String[] keys, int[] order)
          Define a key for a sort by calling this.
 

Uses of Diagnostic1 in ORG.oclc.util
 

Methods in ORG.oclc.util that throw Diagnostic1
 DataDir BatchNewtonUpdate.doService(ExtSvcData esdata, ExtSvcHandler eshandler, Object userdata, Db dbobject)
          Processes an Extended Services Database Update request.
 DataDir BatchNewtonUpdateForNT.doService(ExtSvcData esdata, ExtSvcHandler eshandler, Object userdata, Db dbobject)
          Processes an Extended Services Database Update request.
 

Uses of Diagnostic1 in ORG.oclc.webz
 

Methods in ORG.oclc.webz that throw Diagnostic1
protected  void ZVerb.doAccessControl(AccessControl a)
           
 

Uses of Diagnostic1 in ORG.oclc.z39
 

Fields in ORG.oclc.z39 declared as Diagnostic1
 Diagnostic1 ExtSvcData.diagnostic
          Diagnostic1 object from the ES server response.
 Diagnostic1 DbResults.diagnostic
          Diagnostic for ERRORS
 

Methods in ORG.oclc.z39 that return Diagnostic1
 Diagnostic1 DbResults.diagnostic()
          Get the diagnostic
 

Methods in ORG.oclc.z39 with parameters of type Diagnostic1
 void DbResults.addDiagnostic(Diagnostic1 d)
          Save a Diagnostic
 

Methods in ORG.oclc.z39 that throw Diagnostic1
static String AttributeUtil.getAttributes(DataDir dir)
           
 

Constructors in ORG.oclc.z39 that throw Diagnostic1
Attribute.Attribute(DataDir attribute)
          Create an Attribute from a DataDir.
TermInfo.TermInfo(DataDir termInfo)
          Construct an object from the Z3950 response.
byAttributes.byAttributes(DataDir byAttribute)
          Build a list of attributes for a term with database and posting information from a TermInfo DataDir.
oclcUserInformation5.oclcUserInformation5(DataDir otherInformation)
           
 

Uses of Diagnostic1 in ORG.oclc.z39.client
 

Methods in ORG.oclc.z39.client that throw Diagnostic1
 void Z39sort.doSort(int referenceId, String resultSetName, String sortResultSetName, String[] sortKeys, int[] sortOrder, boolean fUseSortAttributes, boolean sortAccrossDatabases)
          Creates and sends a Z39.50 SortRequest, gets and processes the Z39.50 response
 void Z39scan.doScan(int referenceId, String databaseName, String term, String resultsAttributes, int stepSize, int numberOfTermsRequested, int preferredPositionInResponse)
          Creates and sends a Z39.50 ScanRequest, processes a Z39.50 Scan Response
 void Z39trc.doTriggerResourceControl(int referenceId, int action)
          Creates and sends a Z39.50 TriggerResourceControl request.
 void Z39search.doSearch(int referenceId, int smallSetUpperBound, int largeSetLowerBound, int mediumSetPresentNumber, int replaceIndicator, String resultSetName, String databaseNames, String smallSetElementSetNames, String mediumSetElementSetNames, String preferredRecordSyntax, String query, int query_type, String searchResultsOID, DataDir Z39attributesPlusTerm, boolean fMakeDataDir)
          Creates and sends a Z39.50 SearchRequest, gets and processes the Z3950 response
 void Z39search.doSearch(int referenceId, int smallSetUpperBound, int largeSetLowerBound, int mediumSetPresentNumber, int replaceIndicator, String resultSetName, String databaseNames, String smallSetElementSetNames, String mediumSetElementSetNames, String preferredRecordSyntax, String query, int query_type, String searchResultsOID, DataDir Z39attributesPlusTerm, DataDir oclcUserInfo, String oclcUserInfoOID, Object rankQuery, String rankOID, boolean fMakeDataDir)
          Creates and sends a Z39.50 SearchRequest, gets and processes the Z39.50 response
 void Z39present.doPresent(int referenceId, String resultSetName, int resultSetStartPoint, int numberOfRecordsRequested, int resultSetEndPoint, String ElementSetNames, String preferredRecordSyntax, boolean fMakeDataDir)
          Creates, sends and proceeses a Z39.50 PresentRequest until the number of Records requested is returned or there is a failure
 void Z39close.doClose(int referenceId, int closeReason)
          Creates, sends, and processes a Z39.50 Close Request
 void Z39init.doInit(int referenceId, String options, int preferredMessageSize, int maximumRecordSize, String id, String password, String newpassword, DataDir userInformationField, boolean reconnect)
          Creates, sends, and parses the response for a Z39.50 Init.
 void Z39init.reInit()
          Reinitializes session to Z39.50 server if connection is gone The init parms to the server are the original parms
 void Z39accessControl.doAccessControl(int referenceId, AccessControl accessControlInfo)
          Creates and sends a Z3950 AccessControl Response and receives the response to the original command from the server.
 void Z39dedup.doDedup(int referenceId, String resultSetName, String dedupResultSetName, int numDupsToKeep, boolean countIsPercent, int detectionCriteria, int levelOfMatch, int sortCriteria, String preferredDatabases, String[] applicableKeys)
          Creates and sends a Z39.50 DedupRequest, gets and processes the Z39.50 response
 void Z39delete.doDelete(int referenceId, int deleteFunction, String[] resultSetList)
          Creates, Issues, and Processes a Z39.50 DeleteResultSet
 void Z39extsvc.doExtSvc(int referenceId, int function, String oid, DataDir taskPackage, String userName, String description, String packageName, int waitAction, int retentionTimeValue, String retentionUnitSystem, String retentionUnitType, String retentionUnit, int retentionScaleFactor, int allowableFunctionForPermissions, String elementSetName, DataDir otherInformation, String otherInformationOID)
          Creates and sends a Z39.50 ExtendedServices Request, gets and processes the Z39.50 response
 

Uses of Diagnostic1 in ORG.oclc.z39.server
 

Fields in ORG.oclc.z39.server declared as Diagnostic1
 Diagnostic1 Z39present.diagnostic
          Value passed to Response and returned by a target Z39.50 server and Request stores it here.
 Diagnostic1 Z39search.diagnostic
          Value passed to Response and returned by a target Z39.50 server and Request stores it here.
 

Methods in ORG.oclc.z39.server with parameters of type Diagnostic1
 BerString Z39present.Response(int NumberOfRecordsReturned, DbPresentData[] presentData, int NextResultSetPosition, int presentStatus, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 PresentResponse.
 BerString Z39sort.Response(int SortStatus, int resultSetStatus, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 SortResponse.
 BerString Z39search.Response(int resultCount, int searchStatus, int resultSetStatus, int presentStatus, Z39present present, DbPresentData[] recs, int NumberOfRecordsReturned, DbResults[] dbResults, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 SearchResponse.
 BerString Z39search.Response(int resultCount, int searchStatus, int resultSetStatus, int presentStatus, Z39present present, DbPresentData[] recs, int NumberOfRecordsReturned, DbResults[] dbResults, TermComponentPostings[] componentPostings, DataDir oclcUserInfo, String oclcUserInfoOID, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 SearchResponse.
 BerString Z39extsvc.Response(ExtSvcData esData, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 Extended Services Response.
 BerString Z39dedup.Response(int DedupStatus, int postingsCount, DbResults[] dbResults, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 DedupResponse.
 

Methods in ORG.oclc.z39.server that throw Diagnostic1
static String util.findUse(DataDir seq)
           
static String util.findStructure(DataDir seq)
           
 

Uses of Diagnostic1 in ORG.oclc.zbroker
 

Methods in ORG.oclc.zbroker with parameters of type Diagnostic1
protected  BerString TransactionHandler.SortError(DataDir dir, Diagnostic1 d)
          Z39.50 SortError response.
protected  BerString TransactionHandler.DedupError(DataDir dir, Diagnostic1 d)
          Z39.50 DedupError response.
protected  BerString TransactionHandler.ScanError(DataDir dir, Diagnostic1 d)
          Z39.50 ScanError response.
protected  BerString TransactionHandler.PresentError(DataDir dir, Diagnostic1 d)
          Z39.50 PresentError response.
protected  BerString TransactionHandler.SearchError(DataDir dir, Diagnostic1 d)
          Z39.50 SearchError response.
protected  BerString TransactionHandler.DeleteError(DataDir dir, Diagnostic1 d)
          Z39.50 Delete Hitlist Error response.
protected  BerString TransactionHandler.ExtsvcError(DataDir dir, Diagnostic1 d)
          Z39.50 Extended Services request.
 

Methods in ORG.oclc.zbroker that throw Diagnostic1
 void ZBrokerClient.reconnect()
           
 


OCLC SiteSearch 4.1.1
Final