| Package | Description |
|---|---|
| de.intarsys.tools.transaction | |
| de.intarsys.tools.transaction.file |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonResource<R extends IResource,T extends IResourceType<R>>
A common implementation for the
IResource abstraction. |
class |
CommonResourceType<T extends IResource>
A common implementation for the
IResourceType. |
interface |
IResourceType<T extends IResource>
The type of an
IResource. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonResource<R extends IResource,T extends IResourceType<R>>
A common implementation for the
IResource abstraction. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IResource> |
TransactionTools.getResource(IResourceType<T> type,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
IResource |
IResource.getParent()
If this resource supports hierarchies, the optional parent is returned.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionTools.delist(IResource resource) |
void |
Transaction.delist(IResource resource) |
static void |
TransactionTools.enlist(IResource resource) |
void |
Transaction.enlist(IResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemResource
This
IResource manages changes on the file system. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.