| Package | Description |
|---|---|
| de.intarsys.tools.transaction | |
| de.intarsys.tools.transaction.file |
| Modifier and Type | Method and Description |
|---|---|
void |
IResource.begin()
begin is performed upon insertion of a resource in an active
ITransaction or upon start of an ITransaction already
containing the IResource. |
void |
CommonResource.begin() |
void |
IResource.commit()
commit is performed when the
ITransaction containing the
IResource is committed. |
void |
CommonResource.commit() |
T |
IResourceType.createResource(T parent)
Create a new
IResource instance. |
abstract T |
CommonResourceType.createResource(T parent) |
T |
CommonResourceType.getResource() |
T |
CommonResourceType.getResource(boolean create) |
void |
IResource.rollback()
rollback is performed when the
ITransaction containing the
IResource is rolled back. |
void |
CommonResource.rollback() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemResource.commit() |
void |
FileSystemResource.rollback() |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.