public final class Conversation extends Object implements Serializable
| Constructor and Description |
|---|
Conversation(String sessionId,
String id,
String pageName,
Integer maxIdleSeconds,
Integer maxConversationLengthSeconds,
boolean usingCookie) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getPageName() |
Integer |
getSecondsBeforeBecomesIdle() |
String |
getSessionId() |
boolean |
isIdle(boolean resetIdle)
True if conversation has been idle for too long or past its maxConversationLength, otherwise resets the idletime if
resetIdle is true
|
boolean |
isUsingCookie() |
void |
touch() |
public boolean isUsingCookie()
public String getId()
public String getSessionId()
public String getPageName()
public void touch()
public Integer getSecondsBeforeBecomesIdle()
public boolean isIdle(boolean resetIdle)
Copyright © 2004–2016. All rights reserved.