Interface | Description |
---|---|
ConversationConstants |
Conversation related constants
|
Class | Description |
---|---|
ContinueHeader |
Conversation Continue header
|
ConversationCallbackDeploymentListener | |
ConversationCallbackHandler |
Handler used for a callback that is conversational
A Continue header is expected to be found.
|
ConversationClientDeploymentListener |
Client-side deployment listener for conversations.
|
ConversationClientHandler |
Client-side handler for conversation support.
|
ConversationCMPHandler |
Handler for conversations that use Container Managed Persistence.
|
ConversationDeploymentListener |
Conversation deployment listener, which adds the conversation
server side handlers to the chain
|
ConversationGetIdHandler |
Client-side handler for conversation support.
|
ConversationHandler |
Base class for all conversation handlers
|
ConversationHandshakeHandler |
This handler handles possible conversation id that's assigned by the server.
|
ConversationHeader |
Base class for conversation start and continue headers
|
ConversationInvokeState | |
ConversationInvokeStateObjectHandler | |
ConversationMsgClusterService | |
ConversationPhase |
Conversation phase
|
ConversationServerHandler |
Server-side conversation handler.
|
ConversationUtils | Deprecated |
ConversationUtils2 | |
LockManager |
Manages a map of Semaphores
The Semaphores all have a permit of 1 so it behaves like a mutex.
|
StartHeader |
Conversation Start header
|
Exception | Description |
---|---|
ConversationIdNotYetAvailableException | Deprecated |