public class WeldConversationScopeAdapter extends Object implements ConversationScopeAdapter
ConversationScoped
Modifier and Type | Method and Description |
---|---|
void |
activateContext()
Associate and activate the context for the current
Thread |
void |
activateContext(ConversationState conversationState)
Lookup id of an existing conversation id and use it.
|
void |
deactivateContext()
After this invocation, this context is no more in use for this
Thread |
static WeldConversationScopeAdapter |
getInstance() |
static void |
init(org.jboss.weld.context.bound.BoundConversationContext context) |
void |
invalidateContext()
Marks the currently bounded bean store as to be invalidated,
|
public static WeldConversationScopeAdapter getInstance()
public static void init(org.jboss.weld.context.bound.BoundConversationContext context)
public void activateContext()
ScopeAdapter
Thread
activateContext
in interface ScopeAdapter
public void activateContext(ConversationState conversationState)
ConversationScopeAdapter
activateContext
in interface ConversationScopeAdapter
public void invalidateContext()
ScopeAdapter
invalidateContext
in interface ScopeAdapter
public void deactivateContext()
ScopeAdapter
Thread
deactivateContext
in interface ScopeAdapter
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.