Interface | Description |
---|---|
AsyncResult |
Defines a result interface for Asynchronous operations.
|
Provider |
Defines the interface that an Implementation of a Specific wire level protocol
provider must implement.
|
ProviderListener |
Events interface used to update the listener with changes in provider state.
|
ProviderSynchronization |
Synchronization callback interface used to execute state updates
or similar tasks in the thread context where the associated
ProviderFuture is managed.
|
Class | Description |
---|---|
DefaultProviderListener |
Default implementation that does nothing for all callbacks.
|
NoOpAsyncResult |
Simple NoOp implementation used when the result of the operation does not matter.
|
ProviderConstants |
Set of Provider specific constants used when interacting with the Provider API.
|
ProviderFactory |
Interface that all JMS Providers must implement.
|
ProviderFuture |
Asynchronous Provider Future class.
|
ProviderWrapper<E extends Provider> | |
WrappedAsyncResult |
Base class used to wrap one AsyncResult with another.
|
Enum | Description |
---|---|
ProviderConstants.ACK_TYPE |
Exception | Description |
---|---|
ProviderClosedException | |
ProviderRedirectedException |
IOException derivative that defines that the remote peer has requested that this
connection be redirected to some alternative peer. |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.