Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.ber.BerString

Packages that use BerString
ORG.oclc.ber   
ORG.oclc.db   
ORG.oclc.fmts   
ORG.oclc.fmts.zbase   
ORG.oclc.gadgets   
ORG.oclc.HoldingServer   
ORG.oclc.isoill   
ORG.oclc.z39   
ORG.oclc.z39.client   
ORG.oclc.z39.server   
ORG.oclc.zbase.server   
ORG.oclc.zbroker   
 

Uses of BerString in ORG.oclc.ber
 

Methods in ORG.oclc.ber that return BerString
 BerString BufferedBerStream.readBerString()
          Read a BerString from the InputStream.
 BerString BerConnect.doRequest(BerString request, String hostname, int port)
          Send a request.
 BerString BerConnect.doRequest(BerString request)
          Send a request.
 BerString BerConnect.doRequest(BerString request, boolean yieldFlag)
          Send a request.
 BerString BerProperties.save()
           
 

Methods in ORG.oclc.ber with parameters of type BerString
 void DataDir.asmRec(BerString record)
          Assembles a BER record from a DataDir into a BerString object.
 DataDir DataDirTree.reset(BerString record)
           
 BerString BerConnect.doRequest(BerString request, String hostname, int port)
          Send a request.
 BerString BerConnect.doRequest(BerString request)
          Send a request.
 BerString BerConnect.doRequest(BerString request, boolean yieldFlag)
          Send a request.
 boolean BerConnect.sendRequest(BerString request)
          Send a request.
 

Constructors in ORG.oclc.ber with parameters of type BerString
DataDir.DataDir(BerString record)
          Create a DataDir tree from a BER record.
BerProperties.BerProperties(BerString data)
           
 

Uses of BerString in ORG.oclc.db
 

Methods in ORG.oclc.db that return BerString
 BerString Z39Formatter.doFormat(DataDir record)
          A required method for creating a single MARC record from an input Ber record.
 BerString[] Z39Formatter.doFormat(BerString[] records)
          A required method for creating MARC records from an array of input Ber records.
 

Methods in ORG.oclc.db with parameters of type BerString
 BerString[] Z39Formatter.doFormat(BerString[] records)
          A required method for creating MARC records from an array of input Ber records.
 

Uses of BerString in ORG.oclc.fmts
 

Methods in ORG.oclc.fmts that return BerString
 BerString ZBaseFormatter.doFormat(DataDir record)
          Parent doFormat method for an input DataDir object that returns a null when called at this level.
 BerString[] ZBaseFormatter.doFormat(BerString[] records)
          Parent doFormat method for an input array of BerString objects that returns a null when called at this level.
 BerString ZBaseFormatter.makeMarcBerString(String marcString)
          Creates a BerString object containing a Marc representation of the input marc record string.
 BerString ZBaseFormatter.buildTextRecord(String textData)
          Creates a BerString object containing a single node containing the input text record.
 

Methods in ORG.oclc.fmts with parameters of type BerString
 BerString[] ZBaseFormatter.doFormat(BerString[] records)
          Parent doFormat method for an input array of BerString objects that returns a null when called at this level.
 

Uses of BerString in ORG.oclc.fmts.zbase
 

Methods in ORG.oclc.fmts.zbase that return BerString
 BerString WCATfullMarcFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC record.
 BerString[] WCATfullMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString ExampleOPACFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC record.
 BerString[] ExampleOPACFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString WCATbriefTextFmt.doFormat(DataDir record)
          Formats a single BER record into a text formatted BER record.
 BerString[] WCATbriefTextFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of text formatted BER records.
 BerString ERICfullMarcFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC record.
 BerString[] ERICfullMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString WCATbriefBerFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC tagged BER record.
 BerString[] WCATbriefBerFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC tagged BER records.
 BerString WCATbriefMarcFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC record.
 BerString[] WCATbriefMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString ThesaurusBriefBerFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC tagged BER record.
 BerString[] ThesaurusBriefBerFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC tagged BER records.
 BerString ERICbriefMarcFmt.doFormat(DataDir record)
          Formats a single BER record into a MARC record.
 BerString[] ERICbriefMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 

Methods in ORG.oclc.fmts.zbase with parameters of type BerString
 BerString[] WCATfullMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString[] ExampleOPACFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString[] WCATbriefTextFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of text formatted BER records.
 BerString[] ERICfullMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString[] WCATbriefBerFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC tagged BER records.
 BerString[] WCATbriefMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 BerString[] ThesaurusBriefBerFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC tagged BER records.
 BerString[] ERICbriefMarcFmt.doFormat(BerString[] records)
          Formats an array of BER records into an array of MARC records.
 

Uses of BerString in ORG.oclc.gadgets
 

Methods in ORG.oclc.gadgets that return BerString
protected  BerString BookMarkFull.readRec(String fileName)
           
 

Uses of BerString in ORG.oclc.HoldingServer
 

Fields in ORG.oclc.HoldingServer declared as BerString
protected  BerString TransactionHandler.message
          HoldingServer request.
protected  BerString TransactionHandler.response
          Holding Server response.
 BerString[] HoldingInfoClient.HoldingDatas
          Array of HoldingInfo returned in Response.
 

Methods in ORG.oclc.HoldingServer that return BerString
 BerString HoldingInfoServer.Response(String transactionId, BerString[] holdingInfo, int statusCode, int errorCode, String errorMsg)
          Generates a Holding Server HoldingInfo Response.
 BerString HoldingInfoClient.Request(String transactionId, int holdingInfoRequestType, int[] OCLCRecNos, String[] ISSNs, int holdingInfoType, char holdingLevel, long instNum, String instSym, String holdingState, String groupSymbol)
          Generate a HoldingInfo Client Request.
 BerString HoldingInfo.getHoldingData()
           
static BerString HoldingInfo.buildNoHolding()
          This method is used to build a directory structure which indicate no holdings is provided for the record.
 

Methods in ORG.oclc.HoldingServer with parameters of type BerString
 BerString HoldingInfoServer.Response(String transactionId, BerString[] holdingInfo, int statusCode, int errorCode, String errorMsg)
          Generates a Holding Server HoldingInfo Response.
 boolean HoldingInfoServer.Request(BerString request)
           
 void TransactionHandler.handle(BerString message)
          Handle the request.
 boolean HoldingInfoClient.Response(BerString response)
          Porcess a HoldingInfo Client Response.
 boolean HoldingInfoClient.Response(int statusCode, int errorCode, String errorMsg, BerString[] holdingDatas)
           
 

Uses of BerString in ORG.oclc.isoill
 

Methods in ORG.oclc.isoill that return BerString
 BerString IllRequest.Request(IllTxnInfo txn)
          Creates the BerString request that will be transmitted to OCLC.
 

Methods in ORG.oclc.isoill with parameters of type BerString
 void IllRequest.Response(BerString response)
          Decodes the BerString response into a DataDir
 

Uses of BerString in ORG.oclc.z39
 

Methods in ORG.oclc.z39 that return BerString
 BerString TargetInfo.toBerString()
          Builds a BerString from this TargetInfo object.
 BerString CategoryList.toBerString()
          Builds a BerString from this CategoryList object.
 BerString AttributeSetInfo.toBerString()
          Builds a BerString from this AttributeSetInfo object.
 BerString DatabaseInfo.toBerString()
          Builds a BerString from this DatabaseInfo object.
 BerString ProcessingInfo.toBerString()
          Builds a BerString from this ProcessingInfo object.
 

Uses of BerString in ORG.oclc.z39.client
 

Methods in ORG.oclc.z39.client that return BerString
 BerString Z39sort.Request(int referenceId, String resultSetName, String sortResultSetName, String[] sortKeys, int[] sortOrder, boolean fUseSortAttributes)
          Creates a Z39.50 SortRequest.
 BerString Z39sort.Request(int referenceId, String resultSetName, String sortResultSetName, String[] sortKeys, int[] sortOrder, boolean fUseSortAttributes, boolean sortAccrossDatabases)
          Creates a Z39.50 SortRequest.
 BerString Z39sort.Request(int referenceId, String resultSetName, String sortResultSetName, String[] sortKeys, int[] sortOrder, boolean fUseSortAttributes, boolean sortAccrossDatabases, int extraLen, int offset)
          Creates a Z39.50 SortRequest.
 BerString Z39scan.Request(int referenceId, String databaseName, String term, String resultsAttributes, int stepSize, int numberOfTermsRequested, int preferredPositionInResponse)
          Creates a Z39.50 ScanRequest.
 BerString Z39scan.Request(int referenceId, String databaseName, String term, String resultsAttributes, int stepSize, int numberOfTermsRequested, int preferredPositionInResponse, int extraLen, int offset)
          Creates a Z39.50 ScanRequest.
 BerString Z39trc.Request(int referenceId, int action)
          Creates a Z39.50 TriggerResourceControl Request.
 BerString Z39trc.Request(int referenceId, int action, int extraLen, int offset)
          Creates a Z39.50 TriggerResourceControl Request.
 BerString Z39search.Request(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)
          Creates a Z39.50 SearchRequest.
 BerString Z39search.Request(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)
           
 BerString Z39search.Request(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, int extraLen, int offset)
          Creates a Z39.50 SearchRequest.
 BerString Z39present.Request(int referenceId, String resultSetName, int resultSetStartPoint, int numberOfRecordsRequested, String ElementSetNames, String preferredRecordSyntax)
          Creates a Z39.50 PresentRequest.
 BerString Z39present.Request(int referenceId, String resultSetName, int resultSetStartPoint, int numberOfRecordsRequested, String ElementSetNames, String preferredRecordSyntax, int extraLen, int offset)
          Creates a Z39.50 PresentRequest.
 BerString Z39close.Request(int referenceId, int closeReason)
          Creates a Z39.50 Close Request
 BerString Z39close.Request(int referenceId, int closeReason, int extraLen, int offset)
          Creates a Z39.50 Close Request
 BerString Z39init.Request(int referenceId, String options, int preferredMessageSize, int maximumRecordSize, String id, String password, String newpassword, DataDir userInformationField, boolean reconnect)
          Creates a Z39.50 InitRequest.
 BerString Z39init.Request(int referenceId, String options, int preferredMessageSize, int maximumRecordSize, String id, String password, String newpassword, DataDir userInformationField, boolean reconnect, int extraLen, int offset)
          Creates a Z39.50 InitRequest.
 BerString Z39accessControl.Response(int referenceId, AccessControl accessControlInfo)
          Creates a Z3950 AccessControl Response.
 BerString Z39accessControl.Response(int referenceId, AccessControl accessControlInfo, int extraLen, int offset)
          Creates a Z3950 AccessControl Response.
 BerString Z39dedup.Request(int referenceId, String resultSetName, String dedupResultSetName, int numDupsToKeep, boolean countIsPercent, int detectionCriteria, int levelOfMatch, int sortCriteria, String preferredDatabases, String[] applicableKeys)
          Creates a Z39.50 DedupRequest.
 BerString Z39dedup.Request(int referenceId, String resultSetName, String dedupResultSetName, int numDupsToKeep, boolean countIsPercent, int detectionCriteria, int levelOfMatch, int sortCriteria, String preferredDatabases, String[] applicableKeys, int extraLen, int offset)
          Creates a Z39.50 DedupRequest.
 BerString Z39delete.Request(int referenceId, int deleteFunction, String[] resultSetList)
          Creates a Z39.50 DeleteResultSetRequest
 BerString Z39delete.Request(int referenceId, int deleteFunction, String[] resultSetList, int extraLen, int offset)
          Creates a Z39.50 DeleteResultSetRequest
 BerString Z39delete.toBerString()
          Creates a Z39.50 DeleteRequest BerString given that all the initclass request are already set up.
 BerString Z39delete.toBerString(int extraLen, int offset)
          Creates a Z39.50 DeleteRequest BerString given that all the initclass request are already set up
 BerString Z39delete.toBer()
          BER encodes the Z39.50 Delete Request
 BerString Z39extsvc.Request(int referenceId, int function, String oid, DataDir taskPackage, String userName, String description, String packageName, int waitAction)
          Creates a Z39.50 ExtendedServices Request.
 BerString Z39extsvc.Request(int referenceId, int function, String oid, DataDir taskPackage, String userName, String description, String packageName, int waitAction, int extraLen, int offset)
          Creates a Z39.50 ExtendedServices Request.
 BerString Z39extsvc.Request(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, int extraLen, int offset)
          Creates a Z39.50 ExtendedServices Request.
 

Methods in ORG.oclc.z39.client with parameters of type BerString
 void Z39sort.Response(BerString response)
           
 void Z39scan.Response(BerString response)
          Processes a Z39.50 ScanResponse.
 void Z39search.Response(BerString response)
           
 void Z39present.Response(BerString response)
          Processes a Z39.50 PresentResponse.
 void Z39close.Response(BerString response)
          Processes a Z39.50 Close
 void Z39response.Response(BerString response)
          Determines the type and processes a Z39.50 Response.
 void Z39init.Response(BerString response)
          Processes a Z39.50 InitResponse.
 void Z39accessControl.Response(BerString response)
           
 void Z39dedup.Response(BerString response)
           
 void Z39delete.Response(BerString response)
          Processes a Z39.50 DeleteResponse.
 void Z39extsvc.Response(BerString response)
           
 

Uses of BerString in ORG.oclc.z39.server
 

Methods in ORG.oclc.z39.server that return BerString
 BerString Z39present.Response(int NumberOfRecordsReturned, DbPresentData[] presentData, int NextResultSetPosition, int presentStatus, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 PresentResponse.
 BerString Z39accessControl.Request(int referenceID, AccessControl acInfo, int extraLen, int offset)
          Creates a Z39.50 AccessControlRequest.
 BerString Z39sort.Response(int SortStatus, int resultSetStatus, Diagnostic1 error, int extraLen, int offset)
          Creates a Z39.50 SortResponse.
 BerString Z39scan.Response(int numberOfEntriesReturned, int scanStatus, TermInfo[] terms, Object error, int extraLen, int offset)
          Creates a Z39.50 ScanResponse.
 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 Z39init.Response(String host, int port, int result, int failureCode, String MessageOfTheDay, String[] DBList, String sessionId, int extraLen, int offset)
          Creates a Z39.50 InitResponse
 BerString Z39delete.toBerString(int extraLen, int offset)
           
 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 with parameters of type BerString
 void Z39trc.Request(BerString request)
           
 void Z39present.Request(BerString request)
          Processes a Z39.50 PresentRequest.
 void Z39accessControl.Response(BerString response)
           
 void Z39sort.Request(BerString request)
           
 void Z39scan.Request(BerString request)
          Processes a Z39.50 ScanRequest.
 void Z39search.Request(BerString request)
           
 void Z39init.Request(BerString request)
          Processes a Z39.50 InitRequest
 void Z39delete.Request(BerString request)
           
 void Z39extsvc.Request(BerString request)
           
 void Z39dedup.Request(BerString request)
           
 

Uses of BerString in ORG.oclc.zbase.server
 

Fields in ORG.oclc.zbase.server declared as BerString
protected  BerString TransactionHandler.message
          Z39.50 request.
protected  BerString TransactionHandler.response
          Z39.50 response.
 

Methods in ORG.oclc.zbase.server that return BerString
 BerString TransactionHandler.handle(BerString message)
          Handle the request.
protected  BerString TransactionHandler.Init(DataDir dir)
          Z39.50 Init request.
protected  BerString TransactionHandler.Sort(DataDir dir)
          Z39.50 Sort request.
protected  BerString TransactionHandler.Dedup(DataDir dir)
          Z39.50 Dedup request.
protected  BerString TransactionHandler.Scan(DataDir dir)
          Z39.50 Scan request.
protected  BerString TransactionHandler.Display(DataDir dir)
          Z39.50 Present request.
protected  BerString TransactionHandler.Find(DataDir dir)
          Z39.50 Search request.
protected  BerString TransactionHandler.Delete(DataDir dir)
          Z39.50 Delete Hitlist request.
protected  BerString TransactionHandler.Close(DataDir dir)
          Z39.50 Close request.
protected  BerString TransactionHandler.Extsvc(DataDir dir)
          Z39.50 Extended Services request.
protected  BerString TransactionHandler.AccessControl(DataDir dir)
          Z3950 AccessControl Response.
 

Methods in ORG.oclc.zbase.server with parameters of type BerString
 BerString TransactionHandler.handle(BerString message)
          Handle the request.
 

Uses of BerString in ORG.oclc.zbroker
 

Fields in ORG.oclc.zbroker declared as BerString
protected  BerString TransactionHandler.message
          Z39.50 request.
protected  BerString TransactionHandler.response
          Z39.50 response.
 

Methods in ORG.oclc.zbroker that return BerString
 BerString TransactionHandler.handle(BerString message)
          Handle the request.
protected  BerString TransactionHandler.Init(DataDir dir)
          Z39.50 Init request.
protected  BerString TransactionHandler.sendRequest(DataDir dir, boolean expectResponse)
          Z39.50 Request.
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.Close(DataDir dir)
          Z39.50 Close request.
protected  BerString TransactionHandler.ExtsvcError(DataDir dir, Diagnostic1 d)
          Z39.50 Extended Services request.
 

Methods in ORG.oclc.zbroker with parameters of type BerString
 BerString TransactionHandler.handle(BerString message)
          Handle the request.
 

Constructors in ORG.oclc.zbroker with parameters of type BerString
TransactionHandler.TransactionHandler(BerString message, ThreadGroup t, DataOutputStream dataOut)
          Set up and run().
 


Open SiteSearch 4.1.1
Final