JAVA/CORBA CLASSES


Examples: getDatabase method
1. This agent gets a database and tests the resulting Database object with isOpen to ensure that the database exists and can be opened.
2. This agent gets a database, creating a Database object only if the database exists and can be opened. The agent tests to see if the Database object was created.
See Also