Package org.apache.webbeans.conversation
Class DefaultConversationService
- java.lang.Object
-
- org.apache.webbeans.conversation.DefaultConversationService
-
- All Implemented Interfaces:
ConversationService
public class DefaultConversationService extends Object implements ConversationService
We do not support Conversation propagation in JavaSE yet.
-
-
Constructor Summary
Constructors Constructor Description DefaultConversationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateConversationId()StringgetConversationId()
-
-
-
Method Detail
-
getConversationId
public String getConversationId()
- Specified by:
getConversationIdin interfaceConversationService
-
generateConversationId
public String generateConversationId()
- Specified by:
generateConversationIdin interfaceConversationService
-
-