Interface ConversationLock

All Superinterfaces:
Serializable
All Known Implementing Classes:
JdkConcurrentConversationLock, NoOpConversationLock

public interface ConversationLock extends Serializable
A normalized interface for conversation locks, used to obtain exclusive access to a conversation.
Author:
Keith Donald
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Acquire the conversation lock.
    void
    Release the conversation lock.