org.apache.myfaces.orchestra.conversation
Class ConversationContextFactoryImpl

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.ConversationContextFactoryImpl
All Implemented Interfaces:
ConversationContextFactory

public class ConversationContextFactoryImpl
extends Object
implements ConversationContextFactory

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


Field Summary
static long DFLT_TIMEOUT_MINS
           
 
Constructor Summary
ConversationContextFactoryImpl()
           
 
Method Summary
 ConversationContext createConversationContext(ConversationContext parent, long id)
           
 void setTimeoutMins(long mins)
           
 void setTimeoutSecs(long secs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DFLT_TIMEOUT_MINS

public static final long DFLT_TIMEOUT_MINS
See Also:
Constant Field Values
Constructor Detail

ConversationContextFactoryImpl

public ConversationContextFactoryImpl()
Method Detail

setTimeoutSecs

public void setTimeoutSecs(long secs)

setTimeoutMins

public void setTimeoutMins(long mins)

createConversationContext

public ConversationContext createConversationContext(ConversationContext parent,
                                                     long id)
Specified by:
createConversationContext in interface ConversationContextFactory


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