org.jboss.weld.conversation
Class NumericConversationIdGenerator

java.lang.Object
  extended by org.jboss.weld.conversation.NumericConversationIdGenerator
All Implemented Interfaces:
java.io.Serializable, org.jboss.weld.conversation.ConversationIdGenerator

@SessionScoped
public class NumericConversationIdGenerator
extends java.lang.Object
implements org.jboss.weld.conversation.ConversationIdGenerator, java.io.Serializable

A ConversationIdGenerator implementation using running numerical values

Author:
Nicklas Karlsson
See Also:
Serialized Form

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

Constructor Detail

NumericConversationIdGenerator

public NumericConversationIdGenerator()
Creates a new conversation ID generator

Method Detail

nextId

public java.lang.String nextId()
Specified by:
nextId in interface org.jboss.weld.conversation.ConversationIdGenerator


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