dbXML API

Uses of Package
com.dbxml.util

Packages that use com.dbxml.util
com.dbxml.db.admin This is a top-level package for the dbXML Administrator implementation. 
com.dbxml.db.admin.xmleditor   
com.dbxml.db.client This is a top-level package for client-connectivity implementations, such as the XML:DB API. 
com.dbxml.db.client.helpers This is a set of utility classes for the client implementations. 
com.dbxml.db.client.local This is a Local Client Connectivity Package. 
com.dbxml.db.client.tools Defines the dbXML Command Line interface and the APIs for developing command line behaviors. 
com.dbxml.db.client.tools.command Defines the standard dbXML Command Line behaviors. 
com.dbxml.db.client.xmlrpc This is a XML-RPC Client Connectivity Package. 
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.indexers Defines the dbXML standard Indexer implementations which consist of NameIndexer and ValueIndexer. 
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 This is the top-level package for all dbXML Core functionality. 
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.filer Defines the dbXML Filer interfaces. 
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.security Implements the classes and interfaces necessary to support Access Control in dbXML. 
com.dbxml.db.core.system This package contains system-level classes and Extensions. 
com.dbxml.db.core.transaction This is the package for dbXML Transaction functionality. 
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.embedded This package contains all of the classes that comprise the dbXML embedded framework. 
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. 
com.dbxml.util This package contains many of the utility classes required by dbXML  
com.dbxml.xml.dtsm Defines the dbXML DTSM support interfaces. 
 

Classes in com.dbxml.util used by com.dbxml.db.admin
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
 

Classes in com.dbxml.util used by com.dbxml.db.admin.xmleditor
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
 

Classes in com.dbxml.util used by com.dbxml.db.client
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.client.helpers
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.client.local
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.client.tools
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.client.tools.command
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.client.xmlrpc
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.common.btree
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.filers
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.fulltext
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.indexers
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.common.query
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.scripting
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.security
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.xpath
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.xslt
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.common.xupdate
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.core
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.core.extension
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.core.filer
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.core.indexer
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.core.query
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.core.security
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.core.system
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.core.transaction
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.core.trigger
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.embedded
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 

Classes in com.dbxml.util used by com.dbxml.db.enterprise.dbfiler
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
ObjectPool
          ObjectPool is an abstract Object Pool implementation.
Poolable
          Poolable is an interface that must be implemented by Objects that are capable of being managed in a pooled fashion by dbXML.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.enterprise.sync
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.server
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.db.server.services
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
SimpleConfigurable
          SimpleConfigurable
 

Classes in com.dbxml.util used by com.dbxml.util
ByteArray
          ByteArray manages fixed-length byte arrays
Configurable
          Configurable is a simple interface used to pass configuration information to an object.
Configuration
          Configuration is a utility class that allows Configurable objects to easily manage configuration information in a simple and consistent fashion.
ConfigurationCallback
          ConfigurationCallback is a callback interface that can be implemented in performing a set process on a Configuration.
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
ObjectPool
          ObjectPool is an abstract Object Pool implementation.
Poolable
          Poolable is an interface that must be implemented by Objects that are capable of being managed in a pooled fashion by dbXML.
UTF8.CharArrayInfo
          CharArrayInfo
 

Classes in com.dbxml.util used by com.dbxml.xml.dtsm
dbXMLException
          A dbXMLException is the base class for all dbXML related Exceptions.
 


dbXML API

Copyright (c) 2004 The dbXML Group