Open SiteSearch 4.1.1
Final

Package ORG.oclc.webz

Interface Summary
DisplayGenerator The DisplayGenerator interface defines the methods that must be implemented to add a formatting tool implementation to the system that can be used to generate formatted data from input records.
DisplayRule The DisplayRule interface class defines the method that must be implemented to add a new formattting rule in the RulesBasedDisplayGenerator.
RecordFormatter The RecordFormatter interface defines the methods that must be implemented to add a record formatting class for a database.
Widgets2Infix The Widgets2Infix interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
 

Class Summary
CacheData The CacheData class is one of the baseline JaSSI classes for implementing caching of result sets in JaSSI.
Db The Db class maintains configuration for a Z39.50 Database.
DedupKeys The DedupKeys class maintains the sort specifications for a database.
DisplayUserData DisplayUserData contains the user's context for formatting records in the RulesBasedDisplayGenerator.
EXTSVC The EXTSVC class is the WebZ Verb that formulates and issues a Z39.50 Extended Services request to a Z39.50 server using parameters contained in a RequestManager object, or a RequestManager object and a string containing a URL.
FETCH The FETCH class is the WebZ Verb that performs a Z39.50 present.
Format The Format class manages all the Formatting classes for the databases in WebZ.
ILLEmail The ILLEmail class provides the capability to issue an email request for an Interlibrary Loan.
ILLServer The ILLServer class maintains configuration for an ILL Server input from the JaSSI configuration file.
ILLUserData The ILLUserData class maintains information of all the ILL activity for a user.
ImageFETCH The ImageFETCH class is the WebZ Verb that is specialized to perform Z39.50 present requests for binary images stored in a newton database.
ImageInfo The ImageInfo class is a utility class to maintain page navigation information for retrival of binary images from a newton database.
INIT The INIT class performs a Z39.50 Init request to a Z39.50 server hosting a database.
ISOILL The ISOILL class provides the capability to issue an ISOILL request for an Interlibrary Loan.
LIMIT The LIMIT class is the WebZ Verb to set a persistent limiting query string to be 'anded' on all queries until the limit is reset.
LOGOFF The LOGOFF class sets flags in the user state to indicate the user is exiting the system so that user session shutdown processing can be performed after the response is issued to the user.
QUERY The QUERY class is the WebZ Verb that performs a Z39.50 search and present.
SCAN The SCAN class is the WebZ Verb that performs a Z39.50 scan and present.
SETDBAUTHO The SETDBAUTHO class is the WebZ Verb that performs a Z39.50 search and present.
Sort The Sort class maintains the sort specifications for a database.
SSWidgets2Infix The SSWidgets2Infix class is a utility class for Z39.50 search and scan - It creates a query string from an input URL and invokes the Z39.58 query parser to create a query string to pass the Z39.50 search and scan classes.
TermFinderInfo The TermFinderInfo class describes the TermFinder and Related Term List search options for a database.
Verb The Verb class is parent class to all the WebZ Verbs implmented in the JaSSI.
WebZErrors The WebZErrors class defines the error codes and messages that are generated from the base WebZ classes.
WebZUserHistory The WebZUserHistory class maintains information for a user's WebZ transaction and also provides methods to retrieve the information.
ZDb The ZDb class maintains a User's customized database information based on user profiling.
ZQueryHandler The ZQueryHandler class is a utility class for Z39.50 search and scan - It creates a query string from an input URL and invokes the Z39.58 query parser to create a query string to pass the Z39.50 search and scan classes.
ZServer The ZServer class maintains configuration for a Z39.50 Server input from the JaSSI configuration file.
ZUserData The ZUserData class is a core class to maintain information of all the Z39.50 activity for a user, from the search history, the list of Z39.50 databases the user has access to, and the currently active Z39.50 connections.
ZVerb The ZVerb class is one of the baseline Z39.50 classes for implementing WebZ in Java.
 


Open SiteSearch 4.1.1
Final