Package | Description |
---|---|
com.caucho.ejb.hessian | |
com.caucho.jms.connection | |
com.caucho.sql | |
com.caucho.sql.spy | |
com.caucho.tools.profiler | |
com.caucho.transaction | |
javax.resource.spi | |
javax.transaction.xa |
Modifier and Type | Method and Description |
---|---|
void |
HessianXAResource.commit(Xid xid,
boolean onephase) |
void |
HessianXAResource.end(Xid xid,
int flags) |
void |
HessianXAResource.forget(Xid xid) |
int |
HessianXAResource.getTransactionTimeout() |
int |
HessianXAResource.prepare(Xid xid) |
Xid[] |
HessianXAResource.recover(int flag) |
void |
HessianXAResource.rollback(Xid xid) |
boolean |
HessianXAResource.setTransactionTimeout(int seconds) |
void |
HessianXAResource.start(Xid xid,
int flags) |
Modifier and Type | Method and Description |
---|---|
void |
JmsSession.commit(Xid xid,
boolean onePhase)
Called to commit.
|
void |
JmsSession.end(Xid xid,
int flags)
Called when the resource is is done with a transaction.
|
void |
JmsSession.forget(Xid xid)
Called to forget an Xid that had a heuristic commit.
|
int |
JmsSession.getTransactionTimeout()
Gets the transaction timeout in seconds.
|
boolean |
JmsSession.isSameRM(XAResource xa)
Returns true if the specified resource has the same RM.
|
int |
JmsSession.prepare(Xid xid)
Called to start the first phase of the commit.
|
Xid[] |
JmsSession.recover(int flag)
Called to find Xid's that need recovery.
|
void |
JmsSession.rollback(Xid xid)
Called to roll back.
|
boolean |
JmsSession.setTransactionTimeout(int timeout)
Sets the transaction timeout in seconds.
|
void |
JmsSession.start(Xid xid,
int flags)
Called when the resource is associated with a transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
DisjointXAResource.commit(Xid xid,
boolean onePhase)
Commits the resource
|
void |
DisjointXAResource.end(Xid xid,
int flags)
Starts the resource.
|
void |
DisjointXAResource.forget(Xid xid)
Forgets the transaction
|
int |
DisjointXAResource.getTransactionTimeout()
Gets the transaction timeout.
|
boolean |
DisjointXAResource.isSameRM(XAResource resource)
Returns true if the underlying RM is the same.
|
int |
DisjointXAResource.prepare(Xid xid)
Rolls the resource back
|
Xid[] |
DisjointXAResource.recover(int flags)
Rolls the resource back
|
void |
DisjointXAResource.rollback(Xid xid)
Rolls the resource back
|
boolean |
DisjointXAResource.setTransactionTimeout(int seconds)
Sets the transaction timeout.
|
void |
DisjointXAResource.start(Xid xid,
int flags)
Starts the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
SpyXAResource.commit(Xid xid,
boolean onePhase)
Commits the resource
|
void |
SpyXAResource.end(Xid xid,
int flags)
Starts the resource.
|
void |
SpyXAResource.forget(Xid xid)
Forgets the transaction
|
int |
SpyXAResource.getTransactionTimeout()
Gets the transaction timeout.
|
boolean |
SpyXAResource.isSameRM(XAResource resource)
Returns true if the underlying RM is the same.
|
int |
SpyXAResource.prepare(Xid xid)
Rolls the resource back
|
Xid[] |
SpyXAResource.recover(int flags)
Rolls the resource back
|
void |
SpyXAResource.rollback(Xid xid)
Rolls the resource back
|
boolean |
SpyXAResource.setTransactionTimeout(int seconds)
Sets the transaction timeout.
|
void |
SpyXAResource.start(Xid xid,
int flags)
Starts the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
XAResourceWrapper.commit(Xid xid,
boolean b) |
void |
XAResourceWrapper.end(Xid xid,
int i) |
void |
XAResourceWrapper.forget(Xid xid) |
int |
XAResourceWrapper.getTransactionTimeout() |
boolean |
XAResourceWrapper.isSameRM(XAResource xaResource) |
int |
XAResourceWrapper.prepare(Xid xid) |
Xid[] |
XAResourceWrapper.recover(int i) |
void |
XAResourceWrapper.rollback(Xid xid) |
boolean |
XAResourceWrapper.setTransactionTimeout(int i) |
void |
XAResourceWrapper.start(Xid xid,
int i) |
Modifier and Type | Class and Description |
---|---|
class |
XAExceptionWrapper
Configuration for the init-param pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImpl.recover(XAResource xaRes)
Returns the corresponding user transaction.
|
void |
UserTransactionProxy.recover(XAResource xaRes)
Recovers an XAResource
|
Modifier and Type | Method and Description |
---|---|
void |
XATerminator.commit(Xid xid,
boolean onePhase)
Commits a transaction.
|
void |
XATerminator.forget(Xid xid)
Forgets a heuristic transaction.
|
int |
XATerminator.prepare(Xid xid)
Prepares a transaction.
|
Xid[] |
XATerminator.recover(int flag)
Returns the prepared transaction branches.
|
void |
XATerminator.rollback(Xid xid)
Rolls back a transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
XAResource.commit(Xid xid,
boolean onePhase)
Called to commit.
|
void |
XAResource.end(Xid xid,
int flags)
Called when the resource is is done with a transaction.
|
void |
XAResource.forget(Xid xid)
Called to forget an Xid that had a heuristic commit.
|
int |
XAResource.getTransactionTimeout()
Gets the transaction timeout in seconds.
|
boolean |
XAResource.isSameRM(XAResource xa)
Returns true if the specified resource has the same RM.
|
int |
XAResource.prepare(Xid xid)
Called to start the first phase of the commit.
|
Xid[] |
XAResource.recover(int flag)
Called to find Xid's that need recovery.
|
void |
XAResource.rollback(Xid xid)
Called to roll back.
|
boolean |
XAResource.setTransactionTimeout(int timeout)
Sets the transaction timeout in seconds.
|
void |
XAResource.start(Xid xid,
int flags)
Called when the resource is associated with a transaction.
|