Inheritance diagram for com::sleepycat::bind::serial::test::TestClassCatalog:

Public Member Functions | |
| void | close () throws DatabaseException |
| synchronized byte[] | getClassID (ObjectStreamClass desc) throws DatabaseException |
| synchronized ObjectStreamClass | getClassFormat (byte[] id) throws DatabaseException |
Definition at line 21 of file TestClassCatalog.java.
|
|
Close a catalog database and release any cached resources. Implements com::sleepycat::bind::serial::ClassCatalog. Definition at line 30 of file TestClassCatalog.java. |
|
|
Return the ObjectStreamClass for the given class ID. This may or may not be the current class format, depending on whether the class has changed since the class ID was generated.
Implements com::sleepycat::bind::serial::ClassCatalog. Definition at line 50 of file TestClassCatalog.java. |
|
|
Return the class ID for the current version of the given class description. This is used for storing in serialization streams in place of a full class descriptor, since it is much more compact. To get back the ObjectStreamClass for a class ID, call getClassFormat(byte[]). This function causes a new class ID to be assigned if the class description has changed.
Implements com::sleepycat::bind::serial::ClassCatalog. Definition at line 34 of file TestClassCatalog.java. |
1.4.2