JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.eclipse.net4j.util.transaction
Interface ITransactionalOperation<CONTEXT>
public interface
ITransactionalOperation<CONTEXT>
Author:
Eike Stepper
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
phase1
(
CONTEXT
context)
void
phase2
(
CONTEXT
context)
void
undoPhase1
(
CONTEXT
context)
Method Details
phase1
void
phase1
(
CONTEXT
context)
throws
Exception
Throws:
Exception
phase2
void
phase2
(
CONTEXT
context)
undoPhase1
void
undoPhase1
(
CONTEXT
context)