|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConversationManager
A service for managing conversations. This interface is the entry point into the conversation subsystem.
| Method Summary | |
|---|---|
Conversation |
beginConversation(ConversationParameters conversationParameters)
Begin a new conversation. |
Conversation |
getConversation(ConversationId id)
Get the conversation with the provided id. |
ConversationId |
parseConversationId(java.lang.String encodedId)
Parse the string-encoded conversationId into its object form. |
| Method Detail |
|---|
Conversation beginConversation(ConversationParameters conversationParameters)
throws ConversationException
conversationParameters - descriptive conversation parameters
ConversationException - an exception occured
Conversation getConversation(ConversationId id)
throws ConversationException
id - the conversation id
NoSuchConversationException - the id provided was invalid
ConversationException
ConversationId parseConversationId(java.lang.String encodedId)
throws ConversationException
ConversationId.toString().
encodedId - the encoded id
ConversationException - an exception occured parsing the id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||