org.springframework.webflow.conversation.impl
Interface ConversationLock


public interface ConversationLock

A normalized interface for conversation locks, used to obtain exclusive access to a conversation.

Author:
Keith Donald

Method Summary
 void lock()
          Acquire the conversation lock.
 void unlock()
          Release the conversation lock.
 

Method Detail

lock

void lock()
Acquire the conversation lock.


unlock

void unlock()
Release the conversation lock.



Copyright © 2004-2007. All Rights Reserved.