com.exadel.flamingo.javafx.seam
Class ConversationStore

java.lang.Object
  extended by com.exadel.flamingo.javafx.seam.ConversationStore

public class ConversationStore
extends java.lang.Object

Singleton which holds current conversationId for client application. To make call of component in another conversation change conversationId to corresponded id of another conversation.

Author:
apleskatsevich

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

getInstance

public static ConversationStore getInstance()
Returns instance.

Returns:
instance

getConversationId

public java.lang.String getConversationId()
Getter for conversationId.

Returns:
value of conversationId

setConversationId

public void setConversationId(java.lang.String conversationId)
Setter for conversationId.

Parameters:
conversationId - value to set


Copyright © 2008 Exadel, Inc.. All Rights Reserved.