dbXML API

Uses of Interface
com.dbxml.db.client.dbXMLClient

Packages that use dbXMLClient
com.dbxml.db.admin This is a top-level package for the dbXML Administrator implementation. 
com.dbxml.db.admin.components This package contains the major UI components for the dbXML Administrator. 
com.dbxml.db.admin.nodes This package contains the administrative nodes that are exposed using the DBBrowser class. 
com.dbxml.db.client This is a top-level package for client-connectivity implementations, such as the XML:DB API. 
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.xmlrpc This is a XML-RPC Client Connectivity Package. 
com.dbxml.db.common.security Implements the standard SecurityManager classes. 
com.dbxml.db.enterprise.sync Implements the Extensions and Triggers required to perform seemless synchronization between servers. 
 

Uses of dbXMLClient in com.dbxml.db.admin
 

Methods in com.dbxml.db.admin with parameters of type dbXMLClient
 void Admin.addClientConfig(dbXMLClient client, java.lang.String label)
           
 

Uses of dbXMLClient in com.dbxml.db.admin.components
 

Methods in com.dbxml.db.admin.components with parameters of type dbXMLClient
 void DBBrowser.addClient(dbXMLClient client, java.lang.String label)
           
 

Uses of dbXMLClient in com.dbxml.db.admin.nodes
 

Constructors in com.dbxml.db.admin.nodes with parameters of type dbXMLClient
CollectionNode(dbXMLClient dbxml, java.lang.String label)
           
 

Uses of dbXMLClient in com.dbxml.db.client
 

Methods in com.dbxml.db.client that return dbXMLClient
 dbXMLClient CollectionClient.getClient()
          getClient returns the dbXMLClient instance for this CollectionClient.
 

Uses of dbXMLClient in com.dbxml.db.client.local
 

Classes in com.dbxml.db.client.local that implement dbXMLClient
 class dbXMLClientImpl
          dbXMLClientImpl
 

Methods in com.dbxml.db.client.local that return dbXMLClient
 dbXMLClient CollectionClientImpl.getClient()
           
 

Constructors in com.dbxml.db.client.local with parameters of type dbXMLClient
CollectionClientImpl(dbXMLClient client, Collection col)
           
 

Uses of dbXMLClient in com.dbxml.db.client.tools
 

Methods in com.dbxml.db.client.tools that return dbXMLClient
 dbXMLClient CommandLine.getClient()
           
 

Methods in com.dbxml.db.client.tools with parameters of type dbXMLClient
 void CommandLine.setClient(dbXMLClient client)
           
 

Uses of dbXMLClient in com.dbxml.db.client.xmlrpc
 

Methods in com.dbxml.db.client.xmlrpc that return dbXMLClient
 dbXMLClient CollectionClientImpl.getClient()
           
 

Constructors in com.dbxml.db.client.xmlrpc with parameters of type dbXMLClient
ConnectionManager(dbXMLClient dbxmlClient)
           
 

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

Constructors in com.dbxml.db.common.security with parameters of type dbXMLClient
AccessManagerClient(dbXMLClient dbxmlClient)
           
 

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

Methods in com.dbxml.db.enterprise.sync that return dbXMLClient
 dbXMLClient WorkerThread.getSourceContentClient()
           
 dbXMLClient WorkerThread.getLocalContentClient()
           
 

Methods in com.dbxml.db.enterprise.sync with parameters of type dbXMLClient
 void WorkerThread.setSourceContentClient(dbXMLClient sourceContentClient)
           
 void WorkerThread.setLocalContentClient(dbXMLClient localContentClient)
           
 

Constructors in com.dbxml.db.enterprise.sync with parameters of type dbXMLClient
SyncManagerClient(dbXMLClient dbxmlClient)
           
 


dbXML API

Copyright (c) 2004 The dbXML Group