com.bluestream.xdb.dsobject.config
Interface DatabaseMgr


public interface DatabaseMgr


Method Summary
 DatabaseTree getDatabaseTree()
          Get the database tree from the server.
 

Method Detail

getDatabaseTree

public DatabaseTree getDatabaseTree()
                             throws XDBException
Get the database tree from the server. The database tree will be returned which reflects the state of the server at the time of this call. An query of "GetDatabaseTree()" will be done and a new object is created each time this function is called, so this call is somewhat expensive. The structure of the database tree roughly follows the XML DatabaseTree defined in XdbConfig.xsd.

Returns:
databaseTree. This is tree which recursively contains all the databases, roots, indexes and triggers.
Throws:
XDBException


Copyright 2006 Bluestream Database Software Corp. All Rights Reserved.