Methods in org.apache.qpid.transport that return Future |
Future<XaResult> |
SessionInvoker.dtxCommit(Xid xid,
Option... _options)
|
Future<XaResult> |
SessionInvoker.dtxEnd(Xid xid,
Option... _options)
|
Future<GetTimeoutResult> |
SessionInvoker.dtxGetTimeout(Xid xid,
Option... _options)
|
Future<XaResult> |
SessionInvoker.dtxPrepare(Xid xid,
Option... _options)
|
Future<RecoverResult> |
SessionInvoker.dtxRecover(Option... _options)
|
Future<XaResult> |
SessionInvoker.dtxRollback(Xid xid,
Option... _options)
|
Future<XaResult> |
SessionInvoker.dtxStart(Xid xid,
Option... _options)
|
Future<ExchangeBoundResult> |
SessionInvoker.exchangeBound(String exchange,
String queue,
String bindingKey,
Map<String,Object> arguments,
Option... _options)
|
Future<ExchangeQueryResult> |
SessionInvoker.exchangeQuery(String name,
Option... _options)
|
protected abstract
|
SessionInvoker.invoke(Method method,
Class<T> resultClass)
|
protected
|
Session.invoke(Method m,
Class<T> klass)
|
Future<Acquired> |
SessionInvoker.messageAcquire(RangeSet transfers,
Option... _options)
|
Future<MessageResumeResult> |
SessionInvoker.messageResume(String destination,
String resumeId,
Option... _options)
|
Future<QueueQueryResult> |
SessionInvoker.queueQuery(String queue,
Option... _options)
|