Here are the interfaces with brief descriptions:
[detail level 12]
| ▼MFreeze | Freeze provides automatic persistence for Ice servants |
| IBackgroundSaveEvictor | A background-save evictor is an evictor that saves updates asynchronously in a background thread |
| IConnection | A connection to a database (database environment with Berkeley DB) |
| IEvictor | An automatic Ice object persistence manager, based on the evictor pattern |
| IEvictorIterator | An iterator for the objects managed by the evictor |
| IServantInitializer | A servant initializer provides the application with an opportunity to perform custom servant initialization |
| ITransaction | A transaction |
| ITransactionalEvictor | A transactional evictor is an evictor that performs every single read-write operation within its own transaction |