|
 |
|
|
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
A
-
abort(IStatus) -
Method in interface org.eclipse.emf.transaction.impl.
InternalTransaction
- Aborts the transaction with a reason given by the specified status.
-
abort(IStatus) -
Method in class org.eclipse.emf.transaction.impl.
TransactionImpl
-
-
AbstractTransactionalCommandStack - Class in
org.eclipse.emf.transaction.impl
- Partial implementation of the
TransactionalCommandStack interface,
useful for subclasses to define their specific handling of transactions and
other concerns. -
AbstractTransactionalCommandStack() -
Constructor for class org.eclipse.emf.transaction.impl.
AbstractTransactionalCommandStack
- Initializes me.
-
acquire(boolean) -
Method in class org.eclipse.emf.transaction.util.
Lock
- Acquires me, waiting as long as necessary or until I am interrupted.
-
acquire(long, boolean) -
Method in class org.eclipse.emf.transaction.util.
Lock
- Attempts to acquire me, timing out after the specified number of millis.
-
activate(InternalTransaction) -
Method in interface org.eclipse.emf.transaction.impl.
InternalTransactionalEditingDomain
- Activates (starts) the specified transaction.
-
activate(InternalTransaction) -
Method in class org.eclipse.emf.transaction.impl.
TransactionalEditingDomainImpl
-
-
Adaptable - Interface in
org.eclipse.emf.transaction.util
-
Interface implemented by transactional editing domains that support
dynamic adaptation to optional interfaces.
-
add(Notification) -
Method in interface org.eclipse.emf.transaction.impl.
InternalTransaction
- Adds the specified notification to the list of notifications received
during this transaction.
-
add(InternalTransaction) -
Method in class org.eclipse.emf.transaction.impl.
ReadWriteValidatorImpl
- Adds the specified transaction to me for validation.
-
add(String, TransactionalEditingDomain) -
Method in class org.eclipse.emf.transaction.impl.
TransactionalEditingDomainImpl.RegistryImpl
-
-
add(Notification) -
Method in class org.eclipse.emf.transaction.impl.
TransactionImpl
-
-
add(InternalTransaction) -
Method in interface org.eclipse.emf.transaction.impl.
TransactionValidator
- Adds a transaction for eventual validation.
-
add(String, TransactionalEditingDomain) -
Method in interface org.eclipse.emf.transaction.
TransactionalEditingDomain.Registry
- Registers an editing domain under the specified ID.
-
add(ChangeDescription) -
Method in class org.eclipse.emf.transaction.util.
CompositeChangeDescription
- Adds a change description to me.
-
addResourceSetListener(ResourceSetListener) -
Method in class org.eclipse.emf.transaction.impl.
TransactionalEditingDomainImpl
-
-
addResourceSetListener(ResourceSetListener) -
Method in interface org.eclipse.emf.transaction.
TransactionalEditingDomain
- Adds a resource set listener to me, to receive notifications of changes
to the resource set when transactions commit.
-
addTransactionalEditingDomainListener(TransactionalEditingDomainListener) -
Method in class org.eclipse.emf.transaction.impl.
TransactionalEditingDomainImpl.LifecycleImpl
-
-
addTransactionalEditingDomainListener(TransactionalEditingDomainListener) -
Method in interface org.eclipse.emf.transaction.
TransactionalEditingDomain.Lifecycle
- Adds a listener to be notified of editing domain and transaction
life-cycle events.
-
addTriggers(TriggerCommand) -
Method in interface org.eclipse.emf.transaction.impl.
InternalTransaction
- Adds a group of triggers that were executed during my commit.
-
addTriggers(TriggerCommand) -
Method in class org.eclipse.emf.transaction.impl.
TransactionImpl
-
-
addTriggers(TriggerCommand) -
Method in class org.eclipse.emf.transaction.impl.
TriggerCommandTransaction
- Overrides the inherited implementation to simply propagate triggers to
my parent, because it's the transaction that the outside world can see.
-
ALLOW_CHANGE_PROPAGATION_BLOCKING -
Static variable in class org.eclipse.emf.transaction.impl.
TransactionImpl
- This option, when provided to a transaction that inherits from this implementation
class and has children transactions that are using this implementation class,
provides an optional block of the normal propagation of change descriptions
to the parent transaction by any transaction in the child subtree of this transaction.
-
and(NotificationFilter) -
Method in class org.eclipse.emf.transaction.
NotificationFilter
- Creates a new filter combining me with another as a boolean conjunction.
-
ANY -
Static variable in class org.eclipse.emf.transaction.
NotificationFilter
- As its name implies, this filter matches any notification.
-
appendNotification(Notification) -
Method in class org.eclipse.emf.transaction.impl.
TransactionChangeRecorder
- Appends the specified notification to the batch for the active
transaction, to be distributed when it commits.
-
apply() -
Method in class org.eclipse.emf.transaction.util.
CommandChangeDescription
- I apply my change by undoing the encapsulated operation.
-
apply() -
Method in class org.eclipse.emf.transaction.util.
CompositeChangeDescription
-
-
applyAndReverse() -
Method in class org.eclipse.emf.transaction.util.
CommandChangeDescription
- I apply-and-reverse by alternately undoing and redoing the encapsulated
operation.
-
applyAndReverse() -
Method in class org.eclipse.emf.transaction.util.
CompositeChangeDescription
-
-
assertDynamicallyRegistered(String) -
Method in class org.eclipse.emf.transaction.impl.
EditingDomainManager
- Asserts that the specified editing domain ID is dynamically registered,
not statically registered on the extension point.
-
assertWriting() -
Method in class org.eclipse.emf.transaction.impl.
TransactionChangeRecorder
- Implements the read/write transaction protocol check.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Y
|
|
|