|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XAResource | |
javax.jms | |
javax.sql | |
javax.transaction | |
javax.transaction.xa |
Uses of XAResource in javax.jms |
Methods in javax.jms that return XAResource | |
XAResource |
XASession.getXAResource()
Return an XA resource to the caller. |
Uses of XAResource in javax.sql |
Methods in javax.sql that return XAResource | |
XAResource |
XAConnection.getXAResource()
Return an XA resource to the caller. |
Uses of XAResource in javax.transaction |
Methods in javax.transaction with parameters of type XAResource | |
boolean |
Transaction.delistResource(XAResource xaRes,
int flag)
Delist the resource specified from the current transaction associated with the calling thread. |
boolean |
Transaction.enlistResource(XAResource xaRes)
Enlist the resource specified with the current transaction context of the calling thread |
Uses of XAResource in javax.transaction.xa |
Methods in javax.transaction.xa with parameters of type XAResource | |
boolean |
XAResource.isSameRM(XAResource xares)
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |