|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tyrex.tm.impl.XAResourceHelperManager
Class for creating and managing XAResourceHelper
object.
Field Summary | |
(package private) static java.lang.String |
_oracleXAExceptionClassName
The name of the Oracle XAException class name. |
Method Summary | |
(package private) static XAResourceHelper |
getHelper(javax.transaction.xa.XAException xaException)
Get the XAResourceHelperManager for the specified XA exception. |
(package private) static XAResourceHelper |
getHelper(javax.transaction.xa.XAResource xaResource)
Get the XAResourceHelperManager for the specified xa resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final java.lang.String _oracleXAExceptionClassName
Method Detail |
static XAResourceHelper getHelper(javax.transaction.xa.XAResource xaResource)
xaResource
- the xa resource.
static XAResourceHelper getHelper(javax.transaction.xa.XAException xaException)
XAResourceHelper.getXAErrorString()
will be called on the
returned object.
xaException
- the XA exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |