Package org.frankframework.jta.narayana
Class DataSourceXAResourceRecoveryHelper
java.lang.Object
org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
- All Implemented Interfaces:
com.arjuna.ats.jta.recovery.XAResourceRecoveryHelper
,XAResource
,org.jboss.tm.XAResourceWrapper
public class DataSourceXAResourceRecoveryHelper
extends Object
implements com.arjuna.ats.jta.recovery.XAResourceRecoveryHelper, XAResource, org.jboss.tm.XAResourceWrapper
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
See org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper.
Required as we wrap the connection in a pooling-capable factory, and do not use the native Narayana connection factory.
Additionally this also implements `XAResourceWrapper`, which (AFAIK) only adds debug info.
See XAResourceRecord#getJndiName()
- Author:
- Gytis Trikleris, Niels Meijer
-
Field Summary
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
-
Constructor Summary
ConstructorsConstructorDescriptionDataSourceXAResourceRecoveryHelper
(XADataSource xaDataSource, String name) Create a newDataSourceXAResourceRecoveryHelper
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
int
If Database connection was created successfully, returns an array with one instance of DataSourceXAResourceRecoveryHelper.boolean
initialise
(String properties) boolean
isSameRM
(XAResource xaResource) int
Xid[]
recover
(int flag) void
boolean
setTransactionTimeout
(int seconds) void
-
Constructor Details
-
DataSourceXAResourceRecoveryHelper
Create a newDataSourceXAResourceRecoveryHelper
instance.- Parameters:
xaDataSource
- the XA data source
-
-
Method Details
-
initialise
- Specified by:
initialise
in interfacecom.arjuna.ats.jta.recovery.XAResourceRecoveryHelper
-
getXAResources
If Database connection was created successfully, returns an array with one instance of DataSourceXAResourceRecoveryHelper. Otherwise, returns an empty array.- Specified by:
getXAResources
in interfacecom.arjuna.ats.jta.recovery.XAResourceRecoveryHelper
- Returns:
- Array with one instance of DataSourceXAResourceRecoveryHelper or an empty array
-
recover
- Specified by:
recover
in interfaceXAResource
- Throws:
XAException
-
start
- Specified by:
start
in interfaceXAResource
- Throws:
XAException
-
end
- Specified by:
end
in interfaceXAResource
- Throws:
XAException
-
prepare
- Specified by:
prepare
in interfaceXAResource
- Throws:
XAException
-
commit
- Specified by:
commit
in interfaceXAResource
- Throws:
XAException
-
rollback
- Specified by:
rollback
in interfaceXAResource
- Throws:
XAException
-
isSameRM
- Specified by:
isSameRM
in interfaceXAResource
- Throws:
XAException
-
forget
- Specified by:
forget
in interfaceXAResource
- Throws:
XAException
-
getTransactionTimeout
- Specified by:
getTransactionTimeout
in interfaceXAResource
- Throws:
XAException
-
setTransactionTimeout
- Specified by:
setTransactionTimeout
in interfaceXAResource
- Throws:
XAException
-
getResource
- Specified by:
getResource
in interfaceorg.jboss.tm.XAResourceWrapper
-
getProductName
- Specified by:
getProductName
in interfaceorg.jboss.tm.XAResourceWrapper
-
getProductVersion
- Specified by:
getProductVersion
in interfaceorg.jboss.tm.XAResourceWrapper
-
getJndiName
- Specified by:
getJndiName
in interfaceorg.jboss.tm.XAResourceWrapper
-