JAVA/CORBA CLASSES
Use the getDatabase method of Session or the openDatabase method of DbDirectory to open a specified database.
Use getDatabase(null, null) to instantiate an empty Database object.
Use the CurrentDatabase property of AgentContext to open the current database, if your program is an agent.
Use:
The AddressBooks property of Session accesses the Domino Directories and Personal Address Books available to the current session. The isPrivateAddressBook and isPublicAddressBook properties of Database distinguish between Domino Directories and Private Address Books.
For remote sessions only, the resolve method of Session returns the Database, View, Form, Document, or Agent object that a URL addresses.
Databases can be accessed through the Parent or ParentDatabase property of objects that the database contains.
Example See Also