|
Class Summary
|
|
AbstractTransactionalCommandStack
|
Partial implementation of the
TransactionalCommandStack interface,
useful for subclasses to define their specific handling of transactions and
other concerns. |
|
EditingDomainManager
|
The editing domain manager initializes editing domain instances from the
org.eclipse.emf.transaction.editingDomains extension point. |
|
EMFCommandTransaction
|
A transaction implementation use by the command stack to wrap the execution
of
Commands, to provide them the write access that they need. |
|
FilterManager
|
An object that manages the filtering of notifications. |
|
PrivilegedRunnable<T>
|
Implementation of the privileged runnable, which allows a thread to lend
its transaction to another cooperating thread for synchronous execution. |
|
ReadOnlyValidatorImpl
|
A validator for read-only transactions. |
|
ReadWriteValidatorImpl
|
A validator for read/write transactions. |
|
ResourceSetManager
|
The resource set manager keeps track of the load state of
Resources
in a resource set managed by a transactional editing domain. |
|
TransactionalCommandStackImpl
|
The default implementation of the transactional editing domain command stack. |
|
TransactionalEditingDomainImpl
|
The default implementation of the transactional editing domain. |
|
TransactionalEditingDomainImpl.FactoryImpl
|
Default implementation of a transaction editing domain factory. |
|
TransactionalEditingDomainImpl.RegistryImpl
|
Implementation of the global editing domain registry. |
|
TransactionalEditingDomainImpl.ValidatorFactoryImpl
|
Default implementation of the validator factory |
|
TransactionChangeRecorder
|
The change recorder for a
TransactionalEditingDomain,
used by transactions to record rollback information and to detect changes that
violate the transaction protocol. |
|
TransactionImpl
|
The default transaction implementation. |
|
TriggerCommandTransaction
|
A transaction implementation used by the command stack to wrap the execution
of
TriggerCommands, to provide them the write access that they need. |