org.jboss.webbeans.conversation
Interface ConversationIdGenerator

All Known Implementing Classes:
NumericConversationIdGenerator

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 © 2011. All Rights Reserved.