org.granite.cdi
Class Weld11ConversationManager

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

public class Weld11ConversationManager
extends Object
implements CDIConversationManager


Constructor Summary
Weld11ConversationManager()
           
 
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

Weld11ConversationManager

public Weld11ConversationManager()
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