public class SimpleConversationId extends ConversationId
ConversationManager
.Constructor and Description |
---|
SimpleConversationId(Serializable id)
Creates a new simple conversation id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString()
Subclasses should override toString to return a parseable string form of the key.
|
public SimpleConversationId(Serializable id)
id
- the id valuepublic String toString()
ConversationId
toString
in class ConversationId
Object.toString()
,
ConversationManager.parseConversationId(String)