|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
|---|---|
| de.intarsys.tools.transaction | |
| de.intarsys.tools.transaction.file | |
| Uses of ResourceException in de.intarsys.tools.transaction |
|---|
| Methods in de.intarsys.tools.transaction that throw ResourceException | |
|---|---|
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()
|
| Uses of ResourceException in de.intarsys.tools.transaction.file |
|---|
| Methods in de.intarsys.tools.transaction.file that throw ResourceException | |
|---|---|
void |
FileSystemResource.commit()
|
void |
FileSystemResource.rollback()
|
|
intarsys runtime library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||