Interface ConversationLock
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
JdkConcurrentConversationLock
,NoOpConversationLock
A normalized interface for conversation locks, used to obtain exclusive access to a conversation.
- Author:
- Keith Donald
-
Method Summary
-
Method Details
-
lock
Acquire the conversation lock.- Throws:
ConversationLockException
- if an exception is thrown attempting to acquire this lock
-
unlock
void unlock()Release the conversation lock.
-