org.apache.myfaces.extensions.cdi.core.api.scope.conversation.config
Interface ConversationConfig

All Superinterfaces:
CodiConfig, Serializable

public interface ConversationConfig
extends CodiConfig, Serializable

Author:
Gerhard Petracek

Method Summary
 int getConversationTimeoutInMinutes()
          Timeout for ConversationScoped beans, which will be used if the conversation doesn't get closed manually.
 boolean isAccessBeanEventEnabled()
           
 boolean isCloseConversationEventEnabled()
           
 boolean isRestartConversationEventEnabled()
           
 boolean isScopeBeanEventEnabled()
           
 boolean isStartConversationEventEnabled()
           
 boolean isUnscopeBeanEventEnabled()
           
 

Method Detail

getConversationTimeoutInMinutes

int getConversationTimeoutInMinutes()
Timeout for ConversationScoped beans, which will be used if the conversation doesn't get closed manually.

Returns:
timeout in minutes

isScopeBeanEventEnabled

boolean isScopeBeanEventEnabled()

isAccessBeanEventEnabled

boolean isAccessBeanEventEnabled()

isUnscopeBeanEventEnabled

boolean isUnscopeBeanEventEnabled()

isStartConversationEventEnabled

boolean isStartConversationEventEnabled()

isCloseConversationEventEnabled

boolean isCloseConversationEventEnabled()

isRestartConversationEventEnabled

boolean isRestartConversationEventEnabled()


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