org.apache.myfaces.orchestra.conversation
Class ConversationContextFactoryImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DFLT_TIMEOUT_MINS
public static final long DFLT_TIMEOUT_MINS
- See Also:
- Constant Field Values
ConversationContextFactoryImpl
public ConversationContextFactoryImpl()
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.