|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.exadel.flamingo.javafx.seam.ConversationStore
public class ConversationStore
Singleton which holds current conversationId for client application.
To make call of component in another conversation change conversationId
to corresponded id of another conversation.
| Method Summary | |
|---|---|
java.lang.String |
getConversationId()
Getter for conversationId. |
static ConversationStore |
getInstance()
Returns instance. |
void |
setConversationId(java.lang.String conversationId)
Setter for conversationId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ConversationStore getInstance()
public java.lang.String getConversationId()
public void setConversationId(java.lang.String conversationId)
conversationId - value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||