Class NoOpConversationLock
java.lang.Object
org.springframework.webflow.conversation.impl.NoOpConversationLock
- All Implemented Interfaces:
Serializable
,ConversationLock
A singleton lock that doesn't do anything. For use when conversations don't require or choose not to implement
locking.
- Author:
- Keith Donald
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
The singleton instance.
-
-
Method Details
-
lock
public void lock()Description copied from interface:ConversationLock
Acquire the conversation lock.- Specified by:
lock
in interfaceConversationLock
-
unlock
public void unlock()Description copied from interface:ConversationLock
Release the conversation lock.- Specified by:
unlock
in interfaceConversationLock
-