Package org.eclipse.emf.transaction.util

Utilities used by/with the transactional editing domain API.

See:
          Description

Interface Summary
ConditionalRedoCommand A specialization of the EMF Command API that accounts for conditional redoable-ness.
 

Class Summary
CommandChangeDescription A change description that simply wraps a Command, asking it to undo or redo when applying.
CompositeChangeDescription A composition of zero or more change descriptions representing the changes performed by transactions in a possibly nested structure.
ConditionalRedoCommand.Compound A conditionally redoable compound command.
Lock Implementation of a lock.
TransactionUtil Static utilities for dealing with EMF elements and resources in a transactional editing domain.
TriggerCommand A specialized compound command that combines a "triggering" command with commands contributed by ResourceSetListeners as triggers.
 

Package org.eclipse.emf.transaction.util Description

Utilities used by/with the transactional editing domain API.

Package Specification

This package provides some utility classes used by the EMF Transaction API, which would also benefit clients extending that API.

See Also:
org.eclipse.emf.transaction

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.