dbXML API

Uses of Interface
org.xmldb.api.base.Configurable

Packages that use Configurable
org.dbxml.client.xmldb Implements the XML:DB API for use with dbXML data stores. 
org.dbxml.client.xmldb.services Implements several XML:DB Services, including standard and extension services. 
org.xmldb.api.base   
org.xmldb.api.modules   
org.xmldb.api.reference.modules   
org.xmldb.api.sdk   
org.xmldb.api.sdk.modules   
 

Uses of Configurable in org.dbxml.client.xmldb
 

Classes in org.dbxml.client.xmldb that implement Configurable
 class CollectionImpl
          Implements the XML:DB API Collection interface for encapsulating access to an XML database collection.
 class CommonConfigurable
          Base class to handle property managment within the API implementation.
 class DatabaseImpl
          DatabaseImpl is the XML:DB driver implementation for dbXML.
 

Uses of Configurable in org.dbxml.client.xmldb.services
 

Classes in org.dbxml.client.xmldb.services that implement Configurable
 class CollectionManager
          CollectionManager provides management facilities for a Collection instance.
 class DatabaseInstanceManager
          DatabaseInstanceManager enables management of the Database intance on the server.
 class XMLObjectService
          XMLObjectService enables invocation of XMLObjects within the dbXML server.
 class XPathQueryServiceImpl
           
 class XUpdateQueryServiceImpl
           
 

Uses of Configurable in org.xmldb.api.base
 

Subinterfaces of Configurable in org.xmldb.api.base
 interface Collection
          A Collection represents a collection of Resources stored within an XML database.
 interface Database
          Database is an encapsulation of the database driver functionality that is necessary to access an XML database.
 interface Service
          The Service interface provides an extension mechanism for Collection implementations.
 

Uses of Configurable in org.xmldb.api.modules
 

Subinterfaces of Configurable in org.xmldb.api.modules
 interface CollectionManagementService
          CollectionManagementService is a Service that enables the basic management of collections within a database.
 interface TransactionService
          Provides the ability to bundle Collection operations into a transaction.
 interface XPathQueryService
          XPathQueryService is a Service that enables the execution of XPath queries within the context of a Collection or against a single XML Resource stored in the Collection.
 interface XUpdateQueryService
          XUpdateQueryService is a Service that enables the execution of XUpdate queries within the context of a Collection or against a single document stored in a collection.
 

Uses of Configurable in org.xmldb.api.reference.modules
 

Classes in org.xmldb.api.reference.modules that implement Configurable
 class TransactionServiceImpl
          Provides the ability to bundle Collection operations into a transaction.
 

Uses of Configurable in org.xmldb.api.sdk
 

Classes in org.xmldb.api.sdk that implement Configurable
 class SimpleCollection
          SimpleCollection provides an easy starting point for implementing the Collection interface.
 class SimpleConfigurable
          Provides the ability to configure properties about an object.
 class SimpleDatabase
          Simple Database implementation intended to be used as a base class for a specific implementation.

Extending classes MUST set INSTANCE_NAME and SHOULD set CONFORMANCE_LEVEL to values appropriate for their specific implementation.

 

Uses of Configurable in org.xmldb.api.sdk.modules
 

Classes in org.xmldb.api.sdk.modules that implement Configurable
 class SimpleTransactionService
          Provides the ability to bundle Collection operations into a transaction.
 class SimpleXPathQueryService
          XPathQueryService is a Service that enables the execution of XPath queries within the context of a Collection.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved