Class NoOpConversationLock

java.lang.Object
org.springframework.webflow.conversation.impl.NoOpConversationLock
All Implemented Interfaces:
Serializable, ConversationLock

public class NoOpConversationLock extends Object implements 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: