org.tynamo.conversations.services
Class Conversation
java.lang.Object
org.tynamo.conversations.services.Conversation
- All Implemented Interfaces:
- Serializable
public final class Conversation
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isUsingCookie
public boolean isUsingCookie()
getId
public String getId()
getSessionId
public String getSessionId()
getPageName
public String getPageName()
touch
public void touch()
getSecondsBeforeBecomesIdle
public Integer getSecondsBeforeBecomesIdle()
isIdle
public 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
Copyright © 2004-2010. All Rights Reserved.