Package | Description |
---|---|
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
XaResult |
XaResult.clearStatus() |
XaResult |
XaResult.setStatus(DtxXaStatus value) |
XaResult |
XaResult.status(DtxXaStatus value) |
Modifier and Type | Method and Description |
---|---|
Future<XaResult> |
SessionInvoker.dtxCommit(Xid xid,
Option... _options) |
Future<XaResult> |
SessionInvoker.dtxEnd(Xid xid,
Option... _options) |
Future<XaResult> |
SessionInvoker.dtxPrepare(Xid xid,
Option... _options) |
Future<XaResult> |
SessionInvoker.dtxRollback(Xid xid,
Option... _options) |
Future<XaResult> |
SessionInvoker.dtxStart(Xid xid,
Option... _options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.