Interface | Description |
---|---|
Conversation |
Defines the conversation instance contract for using
in the
ConversationScoped webbeans components. |
Exception | Description |
---|---|
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 Type | Description |
---|---|
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 © 2017. All rights reserved.