| Package | Description |
|---|---|
| com.atomikos.datasource | |
| com.atomikos.icatch.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionalResource
Represents the abstraction of a data source that
supports transactions and recovery.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecoverableResource.isSameRM(RecoverableResource res)
Tests if a resource is the same as another one.
|
| Modifier and Type | Method and Description |
|---|---|
static RecoverableResource |
Configuration.getResource(String name)
Get the resource with the given name.
|
static RecoverableResource |
Configuration.removeResource(String name)
Removes a resource from the config.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RecoverableResource> |
Configuration.getResources()
Get all resources added so far, in the order that they were added.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Configuration.addResource(RecoverableResource resource)
Add a resource to the transaction manager domain.
|
void |
UserTransactionService.registerResource(RecoverableResource resource) |
void |
UserTransactionServiceImp.registerResource(RecoverableResource res) |
void |
UserTransactionService.removeResource(RecoverableResource res) |
void |
UserTransactionServiceImp.removeResource(RecoverableResource res) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTransactionServiceImp.setInitialRecoverableResources(List<RecoverableResource> resources)
Dependency injection of all resources to be added during init.
|
Copyright © 2022. All rights reserved.