org.apache.myfaces.orchestra.conversation
Class ConversationAspect

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.ConversationAspect
Direct Known Subclasses:
ConversationAccessLifetimeAspect, ConversationTimeoutableAspect

public abstract class ConversationAspect
extends Object

The base class for any "aspect" that can be attached to a conversation.

See class ConversationAspects for further details.


Constructor Summary
ConversationAspect(Conversation conversation)
           
 
Method Summary
 Conversation getConversation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationAspect

public ConversationAspect(Conversation conversation)
Method Detail

getConversation

public Conversation getConversation()


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