Uses of Class
org.eclipse.emf.transaction.RollbackException

Packages that use RollbackException
org.eclipse.emf.transaction Definition of the API for a transactional editing domain.  
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API.  
 

Uses of RollbackException in org.eclipse.emf.transaction
 

Methods in org.eclipse.emf.transaction that throw RollbackException
 org.eclipse.emf.common.command.Command TriggerListener.transactionAboutToCommit(ResourceSetChangeEvent event)
          Implements the trigger callback by processing the event's notifications one by one, delegating to the TriggerListener.trigger(org.eclipse.emf.transaction.TransactionalEditingDomain, org.eclipse.emf.common.notify.Notification) method for each to generate a command.
 void TransactionalCommandStack.execute(org.eclipse.emf.common.command.Command command, Map options)
          Executes the specified command in a read/write transaction.
 void Transaction.commit()
          Attempts to commit the transaction.
 org.eclipse.emf.common.command.Command ResourceSetListenerImpl.transactionAboutToCommit(ResourceSetChangeEvent event)
          The default implementation of this method does nothing, returning no trigger command.
 org.eclipse.emf.common.command.Command ResourceSetListener.transactionAboutToCommit(ResourceSetChangeEvent event)
          Informs the listener that the execution of a command (which may be implicit) is about to complete.
 

Uses of RollbackException in org.eclipse.emf.transaction.impl
 

Methods in org.eclipse.emf.transaction.impl that throw RollbackException
 void TransactionalEditingDomainImpl.precommit(InternalTransaction tx)
           
 void TransactionalCommandStackImpl.execute(org.eclipse.emf.common.command.Command command, Map options)
           
 void TransactionalCommandStackImpl.executeTriggers(org.eclipse.emf.common.command.Command command, List triggers, Map options)
           
 void TransactionImpl.commit()
           
 void InternalTransactionalEditingDomain.precommit(InternalTransaction tx)
          Performs the pre-commit notifications and processing of trigger comamnds.
 void InternalTransactionalCommandStack.executeTriggers(org.eclipse.emf.common.command.Command command, List triggers, Map options)
          Executes the specified list of trigger commands.
 


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