Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.server.txn |
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.commitDtx(Xid xid,
boolean onePhase) |
void |
ServerSession.forgetDtx(Xid xid) |
void |
ServerSession.prepareDtx(Xid xid) |
void |
ServerSession.rollbackDtx(Xid xid) |
Modifier and Type | Method and Description |
---|---|
void |
DtxRegistry.commit(Xid id,
boolean onePhase) |
void |
DtxRegistry.forget(Xid id) |
void |
DtxRegistry.prepare(Xid id) |
void |
DtxRegistry.rollback(Xid id) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.