@ApplicationScoped public class ConversationConfig extends AbstractAttributeAware implements CodiConfig
Modifier | Constructor and Description |
---|---|
protected |
ConversationConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getConversationTimeoutInMinutes()
Timeout for
ConversationScoped beans,
which will be used if the conversation doesn't get closed manually. |
boolean |
isAccessBeanEventEnabled()
Specifies if the
AccessBeanEvent
will be fired. |
boolean |
isCloseConversationEventEnabled()
Specifies if the
CloseConversationEvent
will be fired. |
boolean |
isConversationRequiredEnabled()
Specifies if
ConversationRequired
is enabled |
boolean |
isRestartConversationEventEnabled()
Specifies if the
RestartConversationEvent
will be fired. |
boolean |
isScopeBeanEventEnabled()
Specifies if the
ScopeBeanEvent
will be fired. |
boolean |
isStartConversationEventEnabled()
Specifies if the
StartConversationEvent
will be fired. |
boolean |
isUnscopeBeanEventEnabled()
Specifies if the
UnscopeBeanEvent
will be fired. |
containsAttribute, getAttribute, initConfig, setAttribute, setAttribute
public int getConversationTimeoutInMinutes()
ConversationScoped
beans,
which will be used if the conversation doesn't get closed manually.public boolean isScopeBeanEventEnabled()
ScopeBeanEvent
will be fired.public boolean isAccessBeanEventEnabled()
AccessBeanEvent
will be fired.public boolean isUnscopeBeanEventEnabled()
UnscopeBeanEvent
will be fired.public boolean isStartConversationEventEnabled()
StartConversationEvent
will be fired.public boolean isCloseConversationEventEnabled()
CloseConversationEvent
will be fired.public boolean isRestartConversationEventEnabled()
RestartConversationEvent
will be fired.public boolean isConversationRequiredEnabled()
ConversationRequired
is enabledCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.