See: Description
Interface | Description |
---|---|
ConversationLock |
A normalized interface for conversation locks, used to obtain exclusive access to a conversation.
|
Class | Description |
---|---|
SessionBindingConversationManager |
Simple implementation of a conversation manager that stores conversations in the session attribute map.
|
SimpleConversationId |
An id that uniquely identifies a conversation managed by a
ConversationManager . |
Exception | Description |
---|---|
BadlyFormattedConversationIdException |
Thrown if a conversation id could not be parsed.
|
LockInterruptedException |
Exception indicating that some Thread was interrupted during
processing and as such processing was halted. |
LockTimeoutException |
Thrown when a lock could not be acquired after a timeout period.
|
Conversation manager implementations.
This package depends on the root conversation package.