org.granite.cdi
Class Weld10ConversationManager

java.lang.Object
  extended by org.granite.cdi.Weld10ConversationManager
All Implemented Interfaces:
CDIConversationManager

public class Weld10ConversationManager
extends Object
implements CDIConversationManager


Constructor Summary
Weld10ConversationManager()
           
 
Method Summary
 void destroyConversation(BeanManager beanManager)
           
 Conversation initConversation(BeanManager beanManager, String conversationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Weld10ConversationManager

public Weld10ConversationManager()
Method Detail

initConversation

public Conversation initConversation(BeanManager beanManager,
                                     String conversationId)
Specified by:
initConversation in interface CDIConversationManager

destroyConversation

public void destroyConversation(BeanManager beanManager)
Specified by:
destroyConversation in interface CDIConversationManager