Class JdkConcurrentConversationLock

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

public class JdkConcurrentConversationLock extends Object implements ConversationLock
A conversation lock that relies on a ReentrantLock within Java 5's util.concurrent.locks package.
Author:
Keith Donald
See Also: