org.jboss.weld.conversation
Interface ConversationIdGenerator


public interface ConversationIdGenerator

Generates conversation ID:s for the conversation manager

Author:
Nicklas Karlsson
See Also:
ConversationManager.beginOrRestoreConversation(String)

Method Summary
 java.lang.String nextId()
          Gets the next ID for a new conversation
 

Method Detail

nextId

java.lang.String nextId()
Gets the next ID for a new conversation

Returns:
The ID


Copyright © 2008-2009 Seam Framework. All Rights Reserved.