|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.conversation.NumericConversationIdGenerator
@SessionScoped @WebBean public class NumericConversationIdGenerator
A ConversationIdGenerator implementation using running numerical values
Constructor Summary | |
---|---|
NumericConversationIdGenerator()
Creates a new conversation ID generator |
Method Summary | |
---|---|
java.lang.String |
nextId()
Gets the next ID for a new conversation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumericConversationIdGenerator()
Method Detail |
---|
public java.lang.String nextId()
ConversationIdGenerator
nextId
in interface ConversationIdGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |