public interface ConversationLock
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
lock()
Acquire the conversation lock.
|
void |
unlock()
Release the conversation lock.
|
void lock() throws ConversationLockException
ConversationLockException
- if an exception is thrown attempting to acquire this lockvoid unlock()