org.apache.myfaces.orchestra.conversation
Class ConversationAccessLifetimeAspect

java.lang.Object
  extended by org.apache.myfaces.orchestra.conversation.ConversationAspect
      extended by org.apache.myfaces.orchestra.conversation.ConversationAccessLifetimeAspect

public class ConversationAccessLifetimeAspect
extends ConversationAspect

Connect the conversation to the AccessScopeManager

Since:
1.1

Constructor Summary
ConversationAccessLifetimeAspect(Conversation conversation)
           
 
Method Summary
 boolean isAccessed()
           
 void markAsAccessed()
           
 
Methods inherited from class org.apache.myfaces.orchestra.conversation.ConversationAspect
getConversation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationAccessLifetimeAspect

public ConversationAccessLifetimeAspect(Conversation conversation)
Method Detail

markAsAccessed

public void markAsAccessed()

isAccessed

public boolean isAccessed()


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