| Interface | Description |
|---|---|
| ConcurrencyCallback<T> |
Callback interface for concurrency code.
|
| ConcurrencyManager<T> |
= ConcurrencyManager
Interface that defines all the operations that should be implemented by a controller that wants to
manage concurrency.
|
| Class | Description |
|---|---|
| ConcurrencyTemplate<T> |
= ConcurrencyTemplate
Template class that simplifies programmatic concurrency demarcation and
concurrency exception handling.
|
| Exception | Description |
|---|---|
| ConcurrencyException |
= ConcurrencyException
Exception that extends the
ObjectOptimisticLockingFailureException including some extra information
to be able to manage concurrency in the view layer. |
| ConcurrencyTemplate.ConcurrencyTemplateException |
Custom exception to manage concurrency template errors
|
Copyright © 2018 DISID Corporation. All rights reserved.