Package javax.enterprise.context

Interface Summary
Conversation Defines the conversation instance contract for using in the ConversationScoped webbeans components.
 

Exception Summary
BusyConversationException A long running conversation must only be used by one request at the same time! If a parallel long running conversation gets detected, this very Exception will be thrown for the new request and the 2nd request will get a fresh Conversation assigned.
ContextException  
ContextNotActiveException It is used by the Context interface.
NonexistentConversationException If a long running conversation cannot be restored, OWB will assign a fresh conversation and throws this very Exception.
 

Annotation Types Summary
ApplicationScoped Defines the application scoped type.
ConversationScoped Conversation scope type.
Dependent Dependent scope type.
NormalScope Defines normal scoped meta-data.
RequestScoped Defines the request scope.
SessionScoped Session scoped.
 



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