Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractXAConnectionFactoryWrapper - Class in dev.snowdrop.boot.narayana.core.jms
-
XAConnectionFactoryWrapperimplementation that usesConnectionFactoryProxyto wrap anXAConnectionFactory. - AbstractXAConnectionFactoryWrapper(XARecoveryModule, RecoveryCredentialsProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jms.AbstractXAConnectionFactoryWrapper
- accept(XAResource) - Method in interface dev.snowdrop.boot.narayana.core.jdbc.XAResourceConsumer
- afterPropertiesSet() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaPropertiesInitializer
- apply(XAResource) - Method in interface dev.snowdrop.boot.narayana.core.jdbc.XAResourceFunction
C
- closeCloseCurrentConnection() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- com.arjuna.ats.internal.jdbc - package com.arjuna.ats.internal.jdbc
- commit(Xid, boolean) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- commit(Xid, boolean) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- commit(Xid, boolean) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- commit(Xid, boolean) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- connect() - Method in class dev.snowdrop.boot.narayana.core.jdbc.ConnectionManager
- connectAndAccept(XAResourceConsumer) - Method in class dev.snowdrop.boot.narayana.core.jdbc.ConnectionManager
- connectAndApply(XAResourceFunction<T>) - Method in class dev.snowdrop.boot.narayana.core.jdbc.ConnectionManager
- ConnectionManager - Class in dev.snowdrop.boot.narayana.core.jdbc
- ConnectionManager(XADataSource, String, String) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.ConnectionManager
- createPooledConnection(Connection) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
- createXaResource(JmsPoolSession) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.PooledNarayanaConnection
D
- dataSourceName() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- DataSourceXAResourceRecoveryHelper - Class in dev.snowdrop.boot.narayana.core.jdbc
-
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
- DataSourceXAResourceRecoveryHelper(XADataSource, String) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
-
Create a new
DataSourceXAResourceRecoveryHelperinstance. - DataSourceXAResourceRecoveryHelper(XADataSource, String, String, String) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
-
Create a new
DataSourceXAResourceRecoveryHelperinstance. - DEFAULT - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Modifier
-
Use default modifier.
- DEFAULT - Static variable in class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
-
default instance for convenience.
- dev.snowdrop.boot.narayana.core.jdbc - package dev.snowdrop.boot.narayana.core.jdbc
- dev.snowdrop.boot.narayana.core.jms - package dev.snowdrop.boot.narayana.core.jms
- dev.snowdrop.boot.narayana.core.jms.pool - package dev.snowdrop.boot.narayana.core.jms.pool
- dev.snowdrop.boot.narayana.core.properties - package dev.snowdrop.boot.narayana.core.properties
- disconnect() - Method in class dev.snowdrop.boot.narayana.core.jdbc.ConnectionManager
- dynamicClass() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
E
- end(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- end(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- end(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- end(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
F
- forget(Xid) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- forget(Xid) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- forget(Xid) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- forget(Xid) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
G
- GenericXAConnectionFactoryWrapper - Class in dev.snowdrop.boot.narayana.core.jms
- GenericXAConnectionFactoryWrapper(TransactionManager, XARecoveryModule) - Constructor for class dev.snowdrop.boot.narayana.core.jms.GenericXAConnectionFactoryWrapper
-
Create a new
GenericXAConnectionFactoryWrapperinstance. - GenericXAConnectionFactoryWrapper(TransactionManager, XARecoveryModule, RecoveryCredentialsProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jms.GenericXAConnectionFactoryWrapper
-
Create a new
GenericXAConnectionFactoryWrapperinstance. - GenericXADataSourceWrapper - Class in dev.snowdrop.boot.narayana.core.jdbc
-
An
XADataSourceWrapperimplementation which handlesXAResourceRecoveryHelpercreation and registration. - GenericXADataSourceWrapper(XARecoveryModule) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
-
Create a new
GenericXADataSourceWrapperinstance. - GenericXADataSourceWrapper(XARecoveryModule, RecoveryCredentialsProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
-
Create a new
GenericXADataSourceWrapperinstance. - GenericXADataSourceWrapper(XARecoveryModule, TransactionalDriverProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
-
Create a new
GenericXADataSourceWrapperinstance. - GenericXADataSourceWrapper(XARecoveryModule, TransactionalDriverProperties, RecoveryCredentialsProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
-
Create a new
GenericXADataSourceWrapperinstance. - getBlockIfSessionPoolIsFullTimeout() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- getCommitMarkableResourceJNDINames() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getConnection() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- getConnection() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- getConnection(String, String) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- getConnectionCheckInterval() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- getConnectionIdleTimeout() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- getDefaultIsolationLevel() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- getDefaultTimeout() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getExpiryScanInterval() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getExpiryScanners() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getJndiName() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- getJndiName() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- getLastResourceOptimisationInterface() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getLevel() - Method in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
- getLogDir() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getLoginTimeout() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- getLogWriter() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- getMaxConnections() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- getMaxConnections() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Pool
- getMaxSessionsPerConnection() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- getMessaginghub() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getModifier() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- getName() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
- getName() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- getName() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- getNodeIdentifier() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getParentLogger() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- getPassword() - Method in class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- getPeriodicRecoveryPeriod() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getPool() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- getProductName() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- getProductName() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- getProductVersion() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- getProductVersion() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- getRecoveryBackoffPeriod() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getRecoveryDbCredentials() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getRecoveryHelper(XAConnectionFactory, RecoveryCredentialsProperties) - Method in class dev.snowdrop.boot.narayana.core.jms.AbstractXAConnectionFactoryWrapper
- getRecoveryHelper(XAConnectionFactory, RecoveryCredentialsProperties) - Method in class dev.snowdrop.boot.narayana.core.jms.PooledXAConnectionFactoryWrapper
- getRecoveryJmsCredentials() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getRecoveryModules() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getResource() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- getResource() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- getResource() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- getTransactionalDriver() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getTransactionManagerId() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTransactionTimeout() - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- getTransactionTimeout() - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- getTransactionTimeout() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- getTransactionTimeout() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- getUser() - Method in class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- getXaRecoveryNodes() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getXAResource() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaJmsContext
- getXaResourceOrphanFilters() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getXaResourceRecordWrappingPlugin() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- getXAResources() - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- getXAResources() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedJmsXAResourceRecoveryHelper
I
- initialise(String) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- inuse() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- IS_SAME_RM - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Modifier
-
Register
IsSameRMModifierfor used JDBC driver. - isBlockIfSessionPoolIsFull() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- isConnected() - Method in class dev.snowdrop.boot.narayana.core.jdbc.ConnectionManager
- isDefaultIsSameRMOverride() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- isEnabled() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- isEnabled() - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Pool
- isLastResource() - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
- isLastResource() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- isOnePhaseCommit() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- isSameRM(XAResource) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- isSameRM(XAResource) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- isSameRM(XAResource) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- isSameRM(XAResource) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- isShortenNodeIdentifierIfNecessary() - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- isUseAnonymousProducers() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- isUseProviderJMSContext() - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- isValid() - Method in class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- isWrapperFor(Class<?>) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
J
- JmsPoolNarayanaConnectionFactory - Class in dev.snowdrop.boot.narayana.core.jms.pool
- JmsPoolNarayanaConnectionFactory() - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
- JmsPoolNarayanaJmsContext - Class in dev.snowdrop.boot.narayana.core.jms.pool
- JmsPoolNarayanaJmsContext(JmsPoolConnection, int, String, boolean) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaJmsContext
L
- LastXAResource - Class in dev.snowdrop.boot.narayana.core.jms.pool
- LastXAResource(XAResource) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
M
- MessagingHubConnectionFactoryProperties - Class in dev.snowdrop.boot.narayana.core.properties
- MessagingHubConnectionFactoryProperties() - Constructor for class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
N
- NamedJmsXAResourceRecoveryHelper - Class in dev.snowdrop.boot.narayana.core.jms.pool
- NamedJmsXAResourceRecoveryHelper(XAConnectionFactory, String) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.NamedJmsXAResourceRecoveryHelper
- NamedJmsXAResourceRecoveryHelper(XAConnectionFactory, String, String, String) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.NamedJmsXAResourceRecoveryHelper
- NamedLastXAResource - Class in dev.snowdrop.boot.narayana.core.jms.pool
- NamedLastXAResource(XAResource, String) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.NamedLastXAResource
- NamedXAResource - Class in dev.snowdrop.boot.narayana.core.jdbc
- NamedXAResource - Class in dev.snowdrop.boot.narayana.core.jms.pool
- NamedXAResource(XAResource, String) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- NamedXAResource(XAResource, String) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- NarayanaDataSource - Class in dev.snowdrop.boot.narayana.core.jdbc
- NarayanaDataSource(XADataSource, TransactionalDriverProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
-
Create a new
NarayanaDataSourceinstance. - NarayanaProperties - Class in dev.snowdrop.boot.narayana.core.properties
-
Subset of Narayana properties which can be configured via Spring configuration.
- NarayanaProperties() - Constructor for class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- NarayanaPropertiesInitializer - Class in dev.snowdrop.boot.narayana.core.properties
-
Bean that configures Narayana transaction manager.
- NarayanaPropertiesInitializer(NarayanaProperties) - Constructor for class dev.snowdrop.boot.narayana.core.properties.NarayanaPropertiesInitializer
- newPooledConnectionContext(JmsPoolConnection, int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
P
- password() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- Pool() - Constructor for class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Pool
- PooledNarayanaConnection - Class in dev.snowdrop.boot.narayana.core.jms.pool
- PooledNarayanaConnection(Connection, TransactionManager, String, boolean) - Constructor for class dev.snowdrop.boot.narayana.core.jms.pool.PooledNarayanaConnection
- PooledXAConnectionFactoryWrapper - Class in dev.snowdrop.boot.narayana.core.jms
- PooledXAConnectionFactoryWrapper(TransactionManager, XARecoveryModule, MessagingHubConnectionFactoryProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jms.PooledXAConnectionFactoryWrapper
-
Create a new
PooledXAConnectionFactoryWrapperinstance. - PooledXAConnectionFactoryWrapper(TransactionManager, XARecoveryModule, MessagingHubConnectionFactoryProperties, RecoveryCredentialsProperties) - Constructor for class dev.snowdrop.boot.narayana.core.jms.PooledXAConnectionFactoryWrapper
-
Create a new
PooledXAConnectionFactoryWrapperinstance. - prepare(Xid) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- prepare(Xid) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- prepare(Xid) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- prepare(Xid) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- ProvidedXADataSourceConnection - Class in com.arjuna.ats.internal.jdbc
- ProvidedXADataSourceConnection(String, String, String, XADataSource, ConnectionImple) - Constructor for class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
R
- recover(int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- recover(int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- recover(int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- recover(int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- RecoveryCredentialsProperties - Class in dev.snowdrop.boot.narayana.core.properties
- RecoveryCredentialsProperties() - Constructor for class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- RecoveryCredentialsProperties(String, String) - Constructor for class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- rollback(Xid) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- rollback(Xid) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- rollback(Xid) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- rollback(Xid) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
S
- setBlockIfSessionPoolIsFull(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setBlockIfSessionPoolIsFullTimeout(Duration) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setCommitMarkableResourceJNDINames(List<String>) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setConnectionCheckInterval(Duration) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setConnectionIdleTimeout(Duration) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setDefaultIsolationLevel(TransactionalDriverProperties.IsolationLevel) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- setDefaultIsSameRMOverride(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- setDefaultTimeout(int) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setEnabled(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setEnabled(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Pool
- setExpiryScanInterval(int) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setExpiryScanners(List<String>) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setLastResource(boolean) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
- setLastResource(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setLastResourceOptimisationInterface(String) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setLogDir(String) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setLoginTimeout(int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- setLogWriter(PrintWriter) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- setMaxConnections(int) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setMaxConnections(int) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Pool
- setMaxSessionsPerConnection(int) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setModifier(ConnectionModifier) - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- setModifier(TransactionalDriverProperties.Modifier) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- setName(String) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.JmsPoolNarayanaConnectionFactory
- setName(String) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setName(String) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- setNodeIdentifier(String) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setOnePhaseCommit(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setPassword(String) - Method in class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- setPeriodicRecoveryPeriod(int) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setPool(TransactionalDriverProperties.Pool) - Method in class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- setRecoveryBackoffPeriod(int) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setRecoveryDbCredentials(RecoveryCredentialsProperties) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setRecoveryJmsCredentials(RecoveryCredentialsProperties) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setRecoveryModules(List<String>) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setShortenNodeIdentifierIfNecessary(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setTransaction(Transaction) - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- setTransactionManagerId(String) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setTransactionTimeout(int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- setTransactionTimeout(int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- setTransactionTimeout(int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- setTransactionTimeout(int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- setUseAnonymousProducers(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setUseProviderJMSContext(boolean) - Method in class dev.snowdrop.boot.narayana.core.properties.MessagingHubConnectionFactoryProperties
- setUser(String) - Method in class dev.snowdrop.boot.narayana.core.properties.RecoveryCredentialsProperties
- setXaRecoveryNodes(List<String>) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setXaResourceOrphanFilters(List<String>) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- setXaResourceRecordWrappingPlugin(String) - Method in class dev.snowdrop.boot.narayana.core.properties.NarayanaProperties
- start(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.DataSourceXAResourceRecoveryHelper
- start(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NamedXAResource
- start(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.LastXAResource
- start(Xid, int) - Method in class dev.snowdrop.boot.narayana.core.jms.pool.NamedXAResource
- SUPPORTS_MULTIPLE_CONNECTIONS - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Modifier
-
Register
SupportsMultipleConnectionsModifierfor used JDBC driver.
T
- transaction() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- TRANSACTION_READ_COMMITTED - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
-
Transaction isolation level TRANSACTION_READ_COMMITTED.
- TRANSACTION_READ_UNCOMMITTED - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
-
Transaction isolation level TRANSACTION_READ_UNCOMMITTED.
- TRANSACTION_REPEATABLE_READ - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
-
Transaction isolation level TRANSACTION_REPEATABLE_READ.
- TRANSACTION_SERIALIZABLE - Enum constant in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
-
Transaction isolation level TRANSACTION_SERIALIZABLE.
- TransactionalDriverProperties - Class in dev.snowdrop.boot.narayana.core.properties
- TransactionalDriverProperties() - Constructor for class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties
- TransactionalDriverProperties.IsolationLevel - Enum Class in dev.snowdrop.boot.narayana.core.properties
- TransactionalDriverProperties.Modifier - Enum Class in dev.snowdrop.boot.narayana.core.properties
- TransactionalDriverProperties.Pool - Class in dev.snowdrop.boot.narayana.core.properties
U
- unwrap(Class<T>) - Method in class dev.snowdrop.boot.narayana.core.jdbc.NarayanaDataSource
- url() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- user() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
V
- validTransaction(Transaction) - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- valueOf(String) - Static method in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Modifier
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.IsolationLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class dev.snowdrop.boot.narayana.core.properties.TransactionalDriverProperties.Modifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wrapConnectionFactory(XAConnectionFactory) - Method in class dev.snowdrop.boot.narayana.core.jms.AbstractXAConnectionFactoryWrapper
- wrapConnectionFactoryInternal(XAConnectionFactory) - Method in class dev.snowdrop.boot.narayana.core.jms.AbstractXAConnectionFactoryWrapper
- wrapConnectionFactoryInternal(XAConnectionFactory) - Method in class dev.snowdrop.boot.narayana.core.jms.GenericXAConnectionFactoryWrapper
- wrapConnectionFactoryInternal(XAConnectionFactory) - Method in class dev.snowdrop.boot.narayana.core.jms.PooledXAConnectionFactoryWrapper
- wrapDataSource(XADataSource) - Method in class dev.snowdrop.boot.narayana.core.jdbc.GenericXADataSourceWrapper
-
Register newly created recovery helper with the
XARecoveryModuleand delegate data source wrapping.
X
- xaDataSource() - Method in class com.arjuna.ats.internal.jdbc.ProvidedXADataSourceConnection
- XAResourceConsumer - Interface in dev.snowdrop.boot.narayana.core.jdbc
- XAResourceFunction<T> - Interface in dev.snowdrop.boot.narayana.core.jdbc
All Classes and Interfaces|All Packages|Serialized Form