Skip navigation links
A C D E F G I M N P R S U W 

A

AbstractXADataSourceWrapper - Class in me.snowdrop.boot.narayana.core.jdbc
An abstract XADataSourceWrapper implementation which handles XAResourceRecoveryHelper creation and registration.
AbstractXADataSourceWrapper(NarayanaProperties, XARecoveryModule) - Constructor for class me.snowdrop.boot.narayana.core.jdbc.AbstractXADataSourceWrapper
 
afterPropertiesSet() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaPropertiesInitializer
 

C

commit(Xid, boolean) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

D

DataSourceXAResourceRecoveryHelper - Class in me.snowdrop.boot.narayana.core.jdbc
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
DataSourceXAResourceRecoveryHelper(XADataSource) - Constructor for class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - Constructor for class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.

E

end(Xid, int) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

F

forget(Xid) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

G

GenericXADataSourceWrapper - Class in me.snowdrop.boot.narayana.core.jdbc
AbstractXADataSourceWrapper implementation that uses NarayanaDataSource to wrap an XADataSource.
GenericXADataSourceWrapper(NarayanaProperties, XARecoveryModule) - Constructor for class me.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
Create a new GenericXADataSourceWrapper instance.
getConnection() - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
getConnection(String, String) - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
getDbcp() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getDefaultTimeout() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getExpiryScanners() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getLogDir() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getLoginTimeout() - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
getLogWriter() - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
getParentLogger() - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
getPeriodicRecoveryPeriod() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getRecoveryBackoffPeriod() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getRecoveryDbPass() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getRecoveryDbUser() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getRecoveryJmsPass() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getRecoveryJmsUser() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getRecoveryModules() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getTransactionManagerId() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getTransactionTimeout() - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 
getXaRecoveryNodes() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getXaResourceOrphanFilters() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
getXAResources() - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

I

initialise(String) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 
isOnePhaseCommit() - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
isSameRM(XAResource) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 
isWrapperFor(Class<?>) - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 

M

me.snowdrop.boot.narayana.core.jdbc - package me.snowdrop.boot.narayana.core.jdbc
 
me.snowdrop.boot.narayana.core.jms - package me.snowdrop.boot.narayana.core.jms
 
me.snowdrop.boot.narayana.core.properties - package me.snowdrop.boot.narayana.core.properties
 

N

NarayanaDataSource - Class in me.snowdrop.boot.narayana.core.jdbc
DataSource implementation wrapping XADataSource and using ConnectionManager to acquire connections.
NarayanaDataSource(XADataSource) - Constructor for class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
Create a new NarayanaDataSource instance.
NarayanaProperties - Class in me.snowdrop.boot.narayana.core.properties
Subset of Narayana properties which can be configured via Spring configuration.
NarayanaProperties() - Constructor for class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
NarayanaPropertiesInitializer - Class in me.snowdrop.boot.narayana.core.properties
Bean that configures Narayana transaction manager.
NarayanaPropertiesInitializer(NarayanaProperties) - Constructor for class me.snowdrop.boot.narayana.core.properties.NarayanaPropertiesInitializer
 
NarayanaXAConnectionFactoryWrapper - Class in me.snowdrop.boot.narayana.core.jms
XAConnectionFactoryWrapper implementation that uses ConnectionFactoryProxy to wrap an XAConnectionFactory.
NarayanaXAConnectionFactoryWrapper(TransactionManager, XARecoveryModule, NarayanaProperties) - Constructor for class me.snowdrop.boot.narayana.core.jms.NarayanaXAConnectionFactoryWrapper
Create a new NarayanaXAConnectionFactoryWrapper instance.

P

PooledXADataSourceWrapper - Class in me.snowdrop.boot.narayana.core.jdbc
AbstractXADataSourceWrapper implementation that uses BasicManagedDataSource to wrap an XADataSource.
PooledXADataSourceWrapper(NarayanaProperties, XARecoveryModule, TransactionManager) - Constructor for class me.snowdrop.boot.narayana.core.jdbc.PooledXADataSourceWrapper
 
prepare(Xid) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

R

recover(int) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 
rollback(Xid) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

S

setDbcp(Map<String, String>) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setDefaultTimeout(int) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setExpiryScanners(List<String>) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setLogDir(String) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setLoginTimeout(int) - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
setLogWriter(PrintWriter) - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 
setOnePhaseCommit(boolean) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setPeriodicRecoveryPeriod(int) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setRecoveryBackoffPeriod(int) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setRecoveryDbPass(String) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setRecoveryDbUser(String) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setRecoveryJmsPass(String) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setRecoveryJmsUser(String) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setRecoveryModules(List<String>) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setTransactionManagerId(String) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setTransactionTimeout(int) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 
setXaRecoveryNodes(List<String>) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
setXaResourceOrphanFilters(List<String>) - Method in class me.snowdrop.boot.narayana.core.properties.NarayanaProperties
 
start(Xid, int) - Method in class me.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
 

U

unwrap(Class<T>) - Method in class me.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
 

W

wrapConnectionFactory(XAConnectionFactory) - Method in class me.snowdrop.boot.narayana.core.jms.NarayanaXAConnectionFactoryWrapper
 
wrapDataSource(XADataSource) - Method in class me.snowdrop.boot.narayana.core.jdbc.AbstractXADataSourceWrapper
Register newly created recovery helper with the XARecoveryModule and delegate data source wrapping.
wrapDataSourceInternal(XADataSource) - Method in class me.snowdrop.boot.narayana.core.jdbc.AbstractXADataSourceWrapper
 
wrapDataSourceInternal(XADataSource) - Method in class me.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
Wrap provided XADataSource with an instance of NarayanaDataSource.
wrapDataSourceInternal(XADataSource) - Method in class me.snowdrop.boot.narayana.core.jdbc.PooledXADataSourceWrapper
Wrap the provided data source and initialize the connection pool if its initial size is higher than 0.
A C D E F G I M N P R S U W 
Skip navigation links

Copyright © 2020. All rights reserved.