dbXML API

Uses of Class
com.dbxml.util.SimpleConfigurable

Packages that use SimpleConfigurable
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
com.dbxml.db.common.filers Defines the standard dbXML Filer implementations which include MemFiler and FSFiler. 
com.dbxml.db.common.fulltext Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. 
com.dbxml.db.common.query This package implements the common base functionality for Query Resolver implementations. 
com.dbxml.db.common.scripting Defines the dbXML Scripting package. 
com.dbxml.db.common.security Implements the standard SecurityManager classes. 
com.dbxml.db.common.xpath This package implements the dbXML XPath query resolver. 
com.dbxml.db.common.xslt This package implements the dbXML XSLT query resolver. 
com.dbxml.db.common.xupdate Defines several classes for dbXML XUpdate query processing. 
com.dbxml.db.core.extension Defines the dbXML Extension interface and implements ExtensionManager, a reflection/invokation system and a Simple Extension implementation. 
com.dbxml.db.core.indexer Defines the dbXML Indexer interfaces  
com.dbxml.db.core.query Implements the dbXML QueryEngine and XPathQueryResolver. 
com.dbxml.db.core.system This package contains system-level classes and Extensions. 
com.dbxml.db.core.trigger Defines the dbXML Trigger interface and implements TriggerManager, several Trigger-related Exceptions and a Simple Trigger implementation. 
com.dbxml.db.enterprise.dbfiler Defines the dbXML DBFiler class as well as a Connection pooling system. 
com.dbxml.db.enterprise.sync Implements the Extensions and Triggers required to perform seemless synchronization between servers. 
com.dbxml.db.server This package contains all of the classes that comprise the dbXML server framework. 
com.dbxml.db.server.services Defines several Services that plug into the dbXML server framework in order to allow dbXML to operate as a stand-alone Server. 
 

Uses of SimpleConfigurable in com.dbxml.db.common.btree
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.btree
 class PageFilterService
          PageFilterService
 

Uses of SimpleConfigurable in com.dbxml.db.common.filers
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.filers
 class FSFiler
          FSFiler allows you to use existing file systems withing dbXML.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for dbXML.
 

Uses of SimpleConfigurable in com.dbxml.db.common.fulltext
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.fulltext
 class FullTextQueryResolver
          FullTextQueryResolver
 

Uses of SimpleConfigurable in com.dbxml.db.common.query
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.query
 class QueryResolverBase
          QueryResolverBase
 

Uses of SimpleConfigurable in com.dbxml.db.common.scripting
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.scripting
 class JavaScriptExtension
          JavaScriptExtension is an experimental Extension for executing JavaScript with the Mozilla Rhino interpreter.
 class JavaScriptTrigger
          JavaScriptTrigger
 class PythonExtension
          PythonExtension is an experimental Extension for executing Python with the Jython interpreter.
 class PythonTrigger
          PythonTrigger
 class ScriptExtension
          ScriptExtension is the base class for all script-interpreted Extensions.
 class ScriptTrigger
          ScriptTrigger is the base class for all script-interpreted Triggers.
 

Uses of SimpleConfigurable in com.dbxml.db.common.security
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.security
 class AccessManager
          AccessManager is a proxy facade that is used to expose AccessManager functionality via Labrador.
 class DefaultSecurityManager
          DefaultSecurityManager is the default SecurityManager implementation for dbXML.
 class NoSecurityManager
          NoSecurityManager is the class that is instantiated if no SecurityManager implementation is defined by default.
 class SecurityManagerBase
          SecurityManagerBase
 class SimpleSecurityManager
          SimpleSecurityManager is an incredibly simple SecurityManager implementation that allows a single User ID and password to be defined for the entire database.
 

Uses of SimpleConfigurable in com.dbxml.db.common.xpath
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.xpath
 class XPathQueryResolver
          XPathQueryResolver
 

Uses of SimpleConfigurable in com.dbxml.db.common.xslt
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.xslt
 class XSLTQueryResolver
          XSLTQueryResolver
 

Uses of SimpleConfigurable in com.dbxml.db.common.xupdate
 

Subclasses of SimpleConfigurable in com.dbxml.db.common.xupdate
 class XUpdateQueryResolver
          XUpdateQueryResolver
 

Uses of SimpleConfigurable in com.dbxml.db.core.extension
 

Subclasses of SimpleConfigurable in com.dbxml.db.core.extension
 class ExtensionManager
          ExtensionManager manages Extension instances.
 class SimpleExtension
          SimpleExtension implements default behavior for the required methods of the Extension interface.
 

Uses of SimpleConfigurable in com.dbxml.db.core.indexer
 

Subclasses of SimpleConfigurable in com.dbxml.db.core.indexer
 class IndexManager
          IndexManager is a class that manages Indexes.
 

Uses of SimpleConfigurable in com.dbxml.db.core.query
 

Subclasses of SimpleConfigurable in com.dbxml.db.core.query
 class QueryEngine
          QueryEngine is the dbXML Query Engine.
 

Uses of SimpleConfigurable in com.dbxml.db.core.system
 

Subclasses of SimpleConfigurable in com.dbxml.db.core.system
 class Sequencer
          Sequencer is a system-level sequencer for creating auto-incrementing values.
 

Uses of SimpleConfigurable in com.dbxml.db.core.trigger
 

Subclasses of SimpleConfigurable in com.dbxml.db.core.trigger
 class SimpleTrigger
          SimpleTrigger
 class TriggerManager
          TriggerManager manages Trigger instances
 

Uses of SimpleConfigurable in com.dbxml.db.enterprise.dbfiler
 

Subclasses of SimpleConfigurable in com.dbxml.db.enterprise.dbfiler
 class DBFiler
          DBFiler quickly maps relational data into XML documents by utilizing a single query with a set of outer joins.
 

Uses of SimpleConfigurable in com.dbxml.db.enterprise.sync
 

Subclasses of SimpleConfigurable in com.dbxml.db.enterprise.sync
 class SyncManager
          SyncManager
 class SyncTrigger
          SyncTrigger
 

Uses of SimpleConfigurable in com.dbxml.db.server
 

Subclasses of SimpleConfigurable in com.dbxml.db.server
 class SimpleService
          SimpleService is a basic Service implementation that will manage the the basic properties of a Service as well as implement default behavior for the service management methods.
 

Uses of SimpleConfigurable in com.dbxml.db.server.services
 

Subclasses of SimpleConfigurable in com.dbxml.db.server.services
 class DBService
          DBService represents a dbXML Database that is registered as a Service.
 class HTTPService
          HTTPService is a dbXML Service wrapper around the Labrador HTTP Server.
 


dbXML API

Copyright (c) 2004 The dbXML Group