org.jboss.weld.conversation
Interface ConversationIdGenerator


public interface ConversationIdGenerator

Generates conversation ID:s for the conversation manager

Author:
Nicklas Karlsson
See Also:
org.jboss.weld.conversation.ConversationManager#setupConversation(String)

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

Method Detail

nextId

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

Returns:
The ID


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