org.jboss.weld.context.conversation
Class ConversationIdGenerator
java.lang.Object
org.jboss.weld.context.conversation.ConversationIdGenerator
- All Implemented Interfaces:
- Serializable, Callable<String>
public class ConversationIdGenerator
- extends Object
- implements Callable<String>, Serializable
The default conversation id generator
- Author:
- Nicklas Karlsson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONVERSATION_ID_GENERATOR_ATTRIBUTE_NAME
public static final String CONVERSATION_ID_GENERATOR_ATTRIBUTE_NAME
ConversationIdGenerator
public ConversationIdGenerator()
- Creates a new conversation ID generator
call
public String call()
- Specified by:
call
in interface Callable<String>
Copyright © 2013 Seam Framework. All Rights Reserved.