org.jboss.weld.context.conversation
Class ConversationIdGenerator

java.lang.Object
  extended by 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

Field Summary
static String CONVERSATION_ID_GENERATOR_ATTRIBUTE_NAME
           
 
Constructor Summary
ConversationIdGenerator()
          Creates a new conversation ID generator
 
Method Summary
 String call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERSATION_ID_GENERATOR_ATTRIBUTE_NAME

public static final String CONVERSATION_ID_GENERATOR_ATTRIBUTE_NAME
Constructor Detail

ConversationIdGenerator

public ConversationIdGenerator()
Creates a new conversation ID generator

Method Detail

call

public String call()
Specified by:
call in interface Callable<String>


Copyright © 2013 Seam Framework. All Rights Reserved.