org.apache.myfaces.orchestra.conversation
Class CurrentConversationInfo

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.CurrentConversationInfo

public class CurrentConversationInfo
extends java.lang.Object

Holds various info about the current conversation.


Constructor Summary
CurrentConversationInfo(Conversation conversation, java.lang.String beanName)
           
 
Method Summary
 java.lang.String getBeanName()
          The bean name.
 Conversation getConversation()
          The conversation the bean is associated with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentConversationInfo

public CurrentConversationInfo(Conversation conversation,
                               java.lang.String beanName)
Method Detail

getConversation

public Conversation getConversation()
The conversation the bean is associated with.


getBeanName

public java.lang.String getBeanName()
The bean name.



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.