public interface ConversationManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConversationManager.Parameters |
boolean exists(String conversationId)
String createConversation(String pageName, Integer maxIdleSeconds, boolean useCookie)
String createConversation(String pageName, Integer maxIdleSeconds, Integer maxConversationLengthSeconds, boolean useCookie)
String createConversation(String id, String pageName, Integer maxIdleSeconds, Integer maxConversationLengthSeconds, boolean useCookie)
String getActiveConversation()
boolean isActiveConversation(String conversationId)
int getSecondsBeforeActiveConversationBecomesIdle()
boolean activateConversation(Object parameterObject)
void setPagePersistentFieldStrategy(ConversationalPersistentFieldStrategy pagePersistentFieldStrategy)
void addConversationListener(String pageName, ConversationAware conversationAware)
void removeConversationListener(String pageName, ConversationAware conversationAware)
Copyright © 2004–2016. All rights reserved.