| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseException | |
fipaos.skill.db | |
fipaos.skill.db.memorydatabase | |
fipaos.skill.db.serializationdatabase |
Uses of DatabaseException in fipaos.skill.db |
Methods in fipaos.skill.db that throw DatabaseException | |
void | Database.addObject(DatabaseObject obj) Method to add the given DatabaseObject to the database, in the given relation. |
void | Database.closeDatabase() Method to close the database store. |
void | Database.createDatabase() Method to create the database store. |
void | Database.createRelation(String relation) Creates the given relation within the Database |
void | Database.deleteDatabase() Method to remove the database store. |
void | Database.deleteRelation(String relation) Deletes the given relation from the Database |
void | Database.endTransaction() Indicates that a transaction has finished. |
DatabaseObject | Database.findObject(String unique_id) Method to locate the object in the given relation with the given UID |
Enumeration | Database.getIDs() Method to return an enumeration of the keys in the database |
void | Database.openDatabase() Method to re-open the database store. |
void | Database.removeObject(DatabaseObject obj) Method to remove the given DatabaseObject from the Database |
void | Database.removeObject(String unique_id) Method to remove the DatabaseObject from the Database with the given UID |
void | Database.startTransaction(boolean readonly) Indicates that a transaction is about to start. |
void | Database.updateObject(DatabaseObject obj) Method to update the given DatabaseObject in the Database |
Uses of DatabaseException in fipaos.skill.db.memorydatabase |
Methods in fipaos.skill.db.memorydatabase that throw DatabaseException | |
void | MemoryDatabase.addObject(DatabaseObject obj) Method to add the given DatabaseObject to the database, in the given relation. |
DatabaseObject | MemoryDatabase.findObject(String unique_id) Method to locate the object in the given relation with the given UID |
Enumeration | MemoryDatabase.getIDs() Method to return an enumeration of the keys in the database |
void | MemoryDatabase.removeObject(DatabaseObject obj) Method to remove the given DatabaseObject from the Database |
void | MemoryDatabase.removeObject(String unique_id) Method to remove the DatabaseObject from the Database with the given UID |
void | MemoryDatabase.updateObject(DatabaseObject obj) Method to update the given DatabaseObject in the Database |
Uses of DatabaseException in fipaos.skill.db.serializationdatabase |
Methods in fipaos.skill.db.serializationdatabase that throw DatabaseException | |
synchronized void | SerializationDatabase.addObject(DatabaseObject obj) Method to add the given DatabaseObject to the database, in the given relation. |
synchronized void | SerializationDatabase.closeDatabase() Method to close the database store. |
synchronized void | SerializationDatabase.createDatabase() Method to create the database store. |
synchronized void | SerializationDatabase.deleteDatabase() Method to remove the database store. |
void | SerializationDatabase.endTransaction() Indicates that a transaction has finished. |
synchronized DatabaseObject | SerializationDatabase.findObject(String unique_id) Method to locate the object in the given relation with the given UID |
synchronized Enumeration | SerializationDatabase.getIDs() Method to return an enumeration of the keys in the database |
synchronized void | SerializationDatabase.openDatabase() Method to re-open the database store. |
void | SerializationDatabase.removeObject(DatabaseObject obj) Method to remove the given DatabaseObject from the Database |
void | SerializationDatabase.removeObject(String unique_id) Method to remove the DatabaseObject from the Database with the given UID |
void | SerializationDatabase.startTransaction(boolean readonly) Indicates that a transaction is about to start. |
void | SerializationDatabase.updateObject(DatabaseObject obj) Method to update the given DatabaseObject in the Database. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |