com.google.code.rees.scope.conversation.context
Class DefaultConversationContextFactory
java.lang.Object
com.google.code.rees.scope.conversation.context.DefaultConversationContextFactory
- All Implemented Interfaces:
- ConversationContextFactory, Serializable
public class DefaultConversationContextFactory
- extends Object
- implements ConversationContextFactory
The default implementation of the ConversationContextFactory
- Author:
- rees.byars
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConversationContextFactory
public DefaultConversationContextFactory()
create
public ConversationContext create(String conversationName,
String conversationId,
long maxIdleTime)
- Create a new context with the given name, id, and max idle time
The implementation of the context is the
DefaultConversationContext
- Specified by:
create in interface ConversationContextFactory
- Returns:
Copyright © 2012-2013. All Rights Reserved.