| Modifier and Type | Method and Description |
|---|---|
XAResourceWrapper |
JavaEETransactionManagerSimplified.getXAResourceWrapper(String clName) |
XAResourceWrapper |
JavaEETransactionManagerSimplifiedDelegate.getXAResourceWrapper(String clName) |
| Modifier and Type | Method and Description |
|---|---|
abstract XAResourceWrapper |
XAResourceWrapper.getInstance()
public Xid[] recover(int flag) throws XAException {
throw new XAException("This is to be implemented by sub classes");
}
public void commit(Xid xid, boolean flag) throws XAException{
throw new XAException("This is to be implemented by sub classes");
}
public void rollback(Xid xid) throws XAException{
throw new XAException("This is to be implemented by sub classes");
}
|
XAResourceWrapper |
JavaEETransactionManager.getXAResourceWrapper(String clName)
Return XAResourceWrapper instance specific to this datasource class name
that can be used instead of the driver provided version for transaction recovery.
|
| Modifier and Type | Method and Description |
|---|---|
XAResourceWrapper |
JavaEETransactionManagerJTSDelegate.getXAResourceWrapper(String clName) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleXAResource
This implements workaround for Oracle XAResource.
|
class |
SybaseXAResource
XA Resource wrapper class for sybase XA Resource with jConnect 5.2.
|
| Modifier and Type | Method and Description |
|---|---|
XAResourceWrapper |
OracleXAResource.getInstance() |
XAResourceWrapper |
SybaseXAResource.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
XAResourceWrapper |
JavaEETransactionManagerDelegate.getXAResourceWrapper(String clName)
Returns an instance of an XAResourceWrapper if this delegate supports
transaction recovery and there is a wrapper available for this class name.
|
Copyright © 2019. All rights reserved.