|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureResponse | |
---|---|
org.apache.activemq.transport | The core Transport abstraction and support classes |
org.apache.activemq.transport.failover | Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. |
org.apache.activemq.transport.fanout | Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy |
org.apache.activemq.transport.http | A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. |
org.apache.activemq.transport.mock | A mock implementation of the Transport layer useful for testing |
org.apache.activemq.transport.reliable | The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands. |
org.apache.activemq.transport.vm | In-JVM based Transport implementation. |
Uses of FutureResponse in org.apache.activemq.transport |
---|
Methods in org.apache.activemq.transport that return FutureResponse | |
---|---|
FutureResponse |
Transport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
An asynchronous request response where the Receipt will be returned in the future. |
FutureResponse |
TransportFilter.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
FutureResponse |
ResponseCorrelator.asyncRequest(java.lang.Object o,
ResponseCallback responseCallback)
|
FutureResponse |
TransportLogger.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
FutureResponse |
TransportSupport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
FutureResponse |
MutexTransport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
Methods in org.apache.activemq.transport with parameters of type FutureResponse | |
---|---|
void |
ResponseCallback.onCompletion(FutureResponse resp)
|
Uses of FutureResponse in org.apache.activemq.transport.failover |
---|
Methods in org.apache.activemq.transport.failover that return FutureResponse | |
---|---|
FutureResponse |
FailoverTransport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
Uses of FutureResponse in org.apache.activemq.transport.fanout |
---|
Methods in org.apache.activemq.transport.fanout that return FutureResponse | |
---|---|
FutureResponse |
FanoutTransport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
Uses of FutureResponse in org.apache.activemq.transport.http |
---|
Methods in org.apache.activemq.transport.http that return FutureResponse | |
---|---|
FutureResponse |
HttpClientTransport.asyncRequest(java.lang.Object command)
|
Uses of FutureResponse in org.apache.activemq.transport.mock |
---|
Methods in org.apache.activemq.transport.mock that return FutureResponse | |
---|---|
FutureResponse |
MockTransport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
Uses of FutureResponse in org.apache.activemq.transport.reliable |
---|
Methods in org.apache.activemq.transport.reliable with parameters of type FutureResponse | |
---|---|
protected void |
ReliableTransport.onMissingResponse(Command command,
FutureResponse response)
Lets attempt to replay the request as a command may have disappeared |
Uses of FutureResponse in org.apache.activemq.transport.vm |
---|
Methods in org.apache.activemq.transport.vm that return FutureResponse | |
---|---|
FutureResponse |
VMTransport.asyncRequest(java.lang.Object command,
ResponseCallback responseCallback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |