org.apache.myfaces.orchestra.conversation
Class ConversationManagerFactoryImpl

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.ConversationManagerFactoryImpl
All Implemented Interfaces:
ConversationManagerFactory

public class ConversationManagerFactoryImpl
extends java.lang.Object
implements ConversationManagerFactory

An object that is capable of creating a fully-configured instance of a conversation context with a particular id.


Constructor Summary
ConversationManagerFactoryImpl()
           
 
Method Summary
 ConversationManager createConversationManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationManagerFactoryImpl

public ConversationManagerFactoryImpl()
Method Detail

createConversationManager

public ConversationManager createConversationManager()
Specified by:
createConversationManager in interface ConversationManagerFactory


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.