|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - exact storage typepublic interface SeamConversationContext<T>
Manage Seam Conversation context.
| Method Summary | |
|---|---|
SeamConversationContext<T> |
activate(String conversationId)
Activate conversation with given id. |
SeamConversationContext<T> |
associate(T storage)
Associate storage with conversation context. |
SeamConversationContext<T> |
deactivate()
Deactivate conversation context(s). |
SeamConversationContext<T> |
dissociate(T storage)
Dissociate storage with conversation context. |
SeamConversationContext<T> |
invalidate()
Invalidate conversation context. |
| Method Detail |
|---|
SeamConversationContext<T> associate(T storage)
storage - the current storage
SeamConversationContext<T> activate(String conversationId)
conversationId - the conversation id to activate
SeamConversationContext<T> invalidate()
SeamConversationContext<T> deactivate()
SeamConversationContext<T> dissociate(T storage)
storage - the current storage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||