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

All Superinterfaces:
Serializable

public interface ConversationExpirationEvaluator
extends Serializable

Author:
Gerhard Petracek

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-2011 The Apache Software Foundation. All Rights Reserved.