| Interfaces | |
|---|---|
| MapFactory | No description provided. |
| SetFactory | No description provided. |
| Classes | |
|---|---|
| HashMapFactory | Default map factory implementation creating HashMap s. |
| HashSetFactory | Default set factory implementation creating HashSet s. |
| OptimisticMapWrapper | Wrapper that adds transactional control to all kinds of maps that implement the Map interface. |
| OptimisticMapWrapper.CopyingTxContext | No description provided. |
| PessimisticMapWrapper | Wrapper that adds transactional control to all kinds of maps that implement the Map interface. |
| PessimisticMapWrapper.LockingTxContext | No description provided. |
| TransactionalMapWrapper | Wrapper that adds transactional control to all kinds of maps that implement the Map interface. |
| TransactionalMapWrapper.HashEntry | No description provided. |
| TransactionalMapWrapper.TxContext | No description provided. |
| Exceptions | |
|---|---|
| ConflictException | Exception displaying a conflict between two optimistic transactions. |
| LockException | Exception displaying a lock problem in pessimistic transactions. |