JAVA/CORBA CLASSES


DbDirectory class
Example

Represents the Domino databases on a server or the local computer.

Syntax

public class DbDirectory extends Base

Containment

Contained by: Session

Contains: Database

Properties

Name through getName

Parent through getParent

Methods

createDatabase

getFirstDatabase

getNextDatabase

openDatabase

openDatabaseByReplicaID

openDatabaseIfModified

openMailDatabase

recycle

toString

Creation

You create a new DbDirectory object with getDbDirectory in Session.

Example
See Also