com.google.code.rees.scope.conversation.context
Class DefaultConversationContextFactory

java.lang.Object
  extended by 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

Constructor Summary
DefaultConversationContextFactory()
           
 
Method Summary
 ConversationContext create(String conversationName, String conversationId, long maxIdleTime)
          Create a new context with the given name, id, and max idle time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConversationContextFactory

public DefaultConversationContextFactory()
Method Detail

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.