org.granite.cdi
Interface CDIConversationManager

All Known Implementing Classes:
Weld10ConversationManager, Weld11ConversationManager

public interface CDIConversationManager


Method Summary
 void destroyConversation(BeanManager beanManager)
           
 Conversation initConversation(BeanManager beanManager, String conversationId)
           
 

Method Detail

initConversation

Conversation initConversation(BeanManager beanManager,
                              String conversationId)

destroyConversation

void destroyConversation(BeanManager beanManager)