|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Named | |
org.apache.xindice.core | This is the top-level package for all Xindice Core functionality. |
org.apache.xindice.core.filer | Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. |
org.apache.xindice.core.indexer | Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. |
org.apache.xindice.core.objects | Defines the Xindice XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. |
org.apache.xindice.core.security | Defines several classes for Xindice access control and authentication. |
org.apache.xindice.core.system | This package contains system-level classes and XMLObjects. |
org.apache.xindice.server | This package contains all of the classes that comprise the Xindice server framework. |
org.apache.xindice.server.components | This package contains some Xindice server components. |
org.apache.xindice.server.methods | This package contains all of the classes that comprise the Xindice server methods. |
org.apache.xindice.server.services | Defines several Services that plug into the Xindice server framework in order to allow Xindice to operate as a stand-alone Server. |
Uses of Named in org.apache.xindice.core |
Classes in org.apache.xindice.core that implement Named | |
class |
Collection
Collection represents a collection of Documents maintains links to the Filer storage implementation, the Indexes, and any XMLObjects that may be associated with the Collection. |
class |
Database
Database is the primary container for the Xindice Database Engine. |
class |
SystemCollection
SystemCollection represents the System Collection. |
Uses of Named in org.apache.xindice.core.filer |
Subinterfaces of Named in org.apache.xindice.core.filer | |
interface |
Filer
Filer is the low-level file management interface for Xindice. |
Classes in org.apache.xindice.core.filer that implement Named | |
class |
BTreeFiler
BTreeFiler is a Filer implementation based on the BTree class. |
class |
FSFiler
FSFiler allows you to use existing file systems withing Xindice. |
class |
HashFiler
HashFiler is a Filer implementation based on the Paged class. |
class |
MemFiler
MemFiler is an In-Memory Filer implementation for Xindice. |
Uses of Named in org.apache.xindice.core.indexer |
Subinterfaces of Named in org.apache.xindice.core.indexer | |
interface |
Indexer
Indexer is the abstract indexing interface for Xindice. |
Classes in org.apache.xindice.core.indexer that implement Named | |
class |
NameIndexer
NameIndexer is a basic implementation of the Indexer interface. |
class |
ValueIndexer
ValueIndexer is a basic implementation of the Indexer interface. |
Uses of Named in org.apache.xindice.core.objects |
Subinterfaces of Named in org.apache.xindice.core.objects | |
interface |
XMLObject
XMLObject is an interface used to identify a class as a being a Xindice XML Object. |
Classes in org.apache.xindice.core.objects that implement Named | |
class |
SimpleXMLObject
SimpleXMLObject |
Uses of Named in org.apache.xindice.core.security |
Subinterfaces of Named in org.apache.xindice.core.security | |
interface |
DBSecurityManager
SecurityManager is the interface to the access control functionality of the server. |
Classes in org.apache.xindice.core.security that implement Named | |
class |
LocalSecurityManager
Implements security based off of configurations stored in the local database configuration. |
Uses of Named in org.apache.xindice.core.system |
Classes in org.apache.xindice.core.system that implement Named | |
class |
Sequencer
Sequencer is a system-level sequencer for creating auto-incrementing values. |
Uses of Named in org.apache.xindice.server |
Subinterfaces of Named in org.apache.xindice.server | |
interface |
Script
Objects that implement the Script interface are used in defining custom-functionality for the Xindice server. |
interface |
ScriptComponent
ScriptComponent implementations are treated as shared resources and can be accessed using Kernel's getComponent method. |
interface |
ScriptFilter
ScriptFilter implementations are treated as interception modules for accessing Scripts via a ScriptManager implementation. |
interface |
Service
Services are implemented to provide a daemon process for various purposes. |
interface |
Versioning
Versioning is the standard identification, versioning, and namespacing interface for Xindice resources. |
Classes in org.apache.xindice.server that implement Named | |
class |
SimpleScript
SimpleScript is an extendable implementation of the Script and ScriptComponent interfaces. |
class |
SimpleScriptComponent
SimpleScriptComponent is an extendable implementation of the ScriptComponent interface. |
class |
VersionProxy
VersionProxy provides a conduit to a package from a module that may or may not belong to a package of its own. |
Uses of Named in org.apache.xindice.server.components |
Classes in org.apache.xindice.server.components that implement Named | |
class |
BasicAuthentication
BasicAuthentication is an implementation of ScriptFilter that implements HTTP BASIC authentication. |
class |
DBConduit
DBConduit provides a JDBC Connection pooling mechanism. |
Uses of Named in org.apache.xindice.server.methods |
Classes in org.apache.xindice.server.methods that implement Named | |
class |
GET
GET is an HTTP 1.1 compliant GET method. |
class |
PUT
PUT probably needs serious fixing |
Uses of Named in org.apache.xindice.server.services |
Classes in org.apache.xindice.server.services that implement Named | |
class |
APIService
APIService provides a simple bootstrap for the CORBA API |
class |
HTTPServer
HTTPServer is as close to an HTTP/1.1 implementation as you can get in a script-based web server. |
class |
SocketServer
SocketServer is the generic base class for all of Xindice's Socket-based Services. |
class |
XindiceService
XindiceService controls the Xindice server instance. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |