org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation
Interface ConversationExpirationEvaluator

All Superinterfaces:
Serializable

public interface ConversationExpirationEvaluator
extends Serializable

Evaluator which calculates if a conversation has been expired


Method Summary
 void expire()
          Marks the conversation as invalid
 boolean isExpired()
          Evaluates if the conversation is still valid
 void touch()
          Marks the conversation as used
 

Method Detail

isExpired

boolean isExpired()
Evaluates if the conversation is still valid

Returns:
false if the conversation is valid, true otherwise

touch

void touch()
Marks the conversation as used


expire

void expire()
Marks the conversation as invalid



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