Open SiteSearch 4.1.1
Final

Uses of Package
ORG.oclc.jassi

Packages that use ORG.oclc.jassi
ORG.oclc.fmts   
ORG.oclc.fmts.rules   
ORG.oclc.gadgets   
ORG.oclc.isoill   
ORG.oclc.jassi   
ORG.oclc.jassi.access   
ORG.oclc.mantis   
ORG.oclc.mantis.gadgets   
ORG.oclc.mantis.obi   
ORG.oclc.mantis.verbs   
ORG.oclc.obi   
ORG.oclc.obi.extverb   
ORG.oclc.obi.util   
ORG.oclc.qparse   
ORG.oclc.webz   
 

Classes in ORG.oclc.jassi used by ORG.oclc.fmts
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
StyleTable
          The StyleTable class stores interface definitions such as colors, fonts, default html pages, and interface gadgets that are read from the JaSSI configuration files during server initialization.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.fmts.rules
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
 

Classes in ORG.oclc.jassi used by ORG.oclc.gadgets
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
GadgetBuilder
          The GadgetBuilder interface defines the methods that must be implemented by all classes that are designed to build gadgets.
InitClass
          The InitClass class is an abstract class defined so that classes that implement it can be dynamically loaded during startup of the JaSSI server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
StyleTable
          The StyleTable class stores interface definitions such as colors, fonts, default html pages, and interface gadgets that are read from the JaSSI configuration files during server initialization.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.isoill
InitClass
          The InitClass class is an abstract class defined so that classes that implement it can be dynamically loaded during startup of the JaSSI server.
 

Classes in ORG.oclc.jassi used by ORG.oclc.jassi
Action
          The Action class is a container of information for the user's current HTTP request and all subsequent Next command transactions.
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
HttpMessage
          The HttpMessage class reads in the HTTP request from the Standard HTTPD Server, stores the sessionid and threadid values passed in the SessionID and ThreadID HTTP headers, and checks the Content-length to see if there is an HTTP body message present.
InitClass
          The InitClass class is an abstract class defined so that classes that implement it can be dynamically loaded during startup of the JaSSI server.
JaSSIClassLoader
          The JaSSIClassLoader class is an implementation of the abstract class ClassLoader intended to allow dynamic loading of classes and caching of those classes once loaded.
JavaPageException
          The JavaPageException class defines the exception message used in FailurePage as expressed in classes implementing JavaPage.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
StyleTable
          The StyleTable class stores interface definitions such as colors, fonts, default html pages, and interface gadgets that are read from the JaSSI configuration files during server initialization.
UserHistory
          The UserHistory class is an abstract class that maintains information about user actions within the system.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.jassi.access
UserApplicationContext
          The UserApplicationContext interface defines methods for managing application specific context for a user, such as the user's Z3950 context containing sockets, search history, and accessible databases.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.mantis
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
InitClass
          The InitClass class is an abstract class defined so that classes that implement it can be dynamically loaded during startup of the JaSSI server.
JavaPage
          The JavaPage interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.mantis.gadgets
GadgetBuilder
          The GadgetBuilder interface defines the methods that must be implemented by all classes that are designed to build gadgets.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
 

Classes in ORG.oclc.jassi used by ORG.oclc.mantis.obi
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
JavaPage
          The JavaPage interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.mantis.verbs
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
JavaPage
          The JavaPage interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
StyleTable
          The StyleTable class stores interface definitions such as colors, fonts, default html pages, and interface gadgets that are read from the JaSSI configuration files during server initialization.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.obi
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
JavaPage
          The JavaPage interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.obi.extverb
FailurePage
          The FailurePage class is used for throwing exceptions from other classes.
JavaPage
          The JavaPage interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
 

Classes in ORG.oclc.jassi used by ORG.oclc.obi.util
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
InitClass
          The InitClass class is an abstract class defined so that classes that implement it can be dynamically loaded during startup of the JaSSI server.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 

Classes in ORG.oclc.jassi used by ORG.oclc.qparse
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
 

Classes in ORG.oclc.jassi used by ORG.oclc.webz
DataPairs
          The DataPairs class defines a vector where DataPair objects will be stored.
FailurePage
          The FailurePage class is used for throwing exceptions from other classes.
JavaPage
          The JavaPage interface defines the methods that must be implemented by all classes designed to be dynamically loaded by the JaSSI Server.
RequestManager
          The RequestManager class defines methods used for accessing the user's current HttpMessage object, setting up the HTTP response, and processing of URL commands, Next commands, Post Process commands and HTTP redirection.
StyleTable
          The StyleTable class stores interface definitions such as colors, fonts, default html pages, and interface gadgets that are read from the JaSSI configuration files during server initialization.
SuccessPage
          The SuccessPage class is used for throwing exceptions from other classes.
UserApplicationContext
          The UserApplicationContext interface defines methods for managing application specific context for a user, such as the user's Z3950 context containing sockets, search history, and accessible databases.
UserHistory
          The UserHistory class is an abstract class that maintains information about user actions within the system.
UserStateObject
          The UserStateObject class contains persistent user state data that is maintained for the user's session.
 


Open SiteSearch 4.1.1
Final