com.google.code.rees.scope.conversation.context
Interface ConversationContextFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultConversationContextFactory

public interface ConversationContextFactory
extends Serializable

Creates instances of ConversationContexts

Author:
rees.byars

Method Summary
 ConversationContext create(String conversationName, String conversationId, long maxIdleTime)
          Create a new context with the given name, id, and max idle time
 

Method Detail

create

ConversationContext create(String conversationName,
                           String conversationId,
                           long maxIdleTime)
Create a new context with the given name, id, and max idle time

Parameters:
conversationName -
conversationId -
maxIdleTime -
Returns:


Copyright © 2012-2013. All Rights Reserved.