|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XidImpl | |
---|---|
org.teiid.client | |
org.teiid.dqp.service | |
org.teiid.jdbc | |
org.teiid.test.framework.transaction |
Uses of XidImpl in org.teiid.client |
---|
Methods in org.teiid.client with parameters of type XidImpl | |
---|---|
ResultsFuture<?> |
DQP.commit(XidImpl xid,
boolean onePhase)
|
ResultsFuture<?> |
DQP.end(XidImpl xid,
int flags)
|
ResultsFuture<?> |
DQP.forget(XidImpl xid)
|
ResultsFuture<java.lang.Integer> |
DQP.prepare(XidImpl xid)
|
ResultsFuture<?> |
DQP.rollback(XidImpl xid)
|
ResultsFuture<?> |
DQP.start(XidImpl xid,
int flags,
int timeout)
|
Uses of XidImpl in org.teiid.dqp.service |
---|
Methods in org.teiid.dqp.service with parameters of type XidImpl | |
---|---|
void |
TransactionService.commit(java.lang.String threadId,
XidImpl xid,
boolean onePhase,
boolean singleTM)
|
void |
TransactionService.end(java.lang.String threadId,
XidImpl xid,
int flags,
boolean singleTM)
|
void |
TransactionService.forget(java.lang.String threadId,
XidImpl xid,
boolean singleTM)
|
int |
TransactionService.prepare(java.lang.String threadId,
XidImpl xid,
boolean singleTM)
|
void |
TransactionService.rollback(java.lang.String threadId,
XidImpl xid,
boolean singleTM)
|
void |
TransactionService.start(java.lang.String threadId,
XidImpl xid,
int flags,
int timeout,
boolean singleTM)
|
Uses of XidImpl in org.teiid.jdbc |
---|
Methods in org.teiid.jdbc that return XidImpl | |
---|---|
protected XidImpl |
ConnectionImpl.getTransactionXid()
|
Methods in org.teiid.jdbc with parameters of type XidImpl | |
---|---|
protected void |
ConnectionImpl.commitTransaction(XidImpl arg0,
boolean arg1)
|
protected void |
ConnectionImpl.endTransaction(XidImpl arg0,
int arg1)
|
protected void |
ConnectionImpl.forgetTransaction(XidImpl arg0)
|
protected int |
ConnectionImpl.prepareTransaction(XidImpl arg0)
|
protected void |
ConnectionImpl.rollbackTransaction(XidImpl arg0)
|
protected void |
ConnectionImpl.startTransaction(XidImpl arg0,
int arg1,
int timeout)
|
Uses of XidImpl in org.teiid.test.framework.transaction |
---|
Methods in org.teiid.test.framework.transaction that return XidImpl | |
---|---|
static XidImpl |
XATransaction.createXid()
|
static XidImpl |
StandaloneGlobalTransaction.createXid()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |