|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTransactionImpl
org.eclipse.emf.workspace.impl.NonEMFTransaction
A transaction encapsulating non-EMF changes (as represented by an unoable operation).
Constructor Summary | |
---|---|
NonEMFTransaction(TransactionalEditingDomain domain,
org.eclipse.core.commands.operations.IUndoableOperation operation,
org.eclipse.core.runtime.IAdaptable info)
Initializes me with the undoable operation that represents my non-EMF changes. |
|
NonEMFTransaction(TransactionalEditingDomain domain,
org.eclipse.core.commands.operations.IUndoableOperation operation,
org.eclipse.core.runtime.IAdaptable info,
java.util.Map options)
Initializes me with the undoable operation that represents my non-EMF changes and transaction options. |
Method Summary | |
---|---|
void |
commit()
Appends my non-EMF change and commits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NonEMFTransaction(TransactionalEditingDomain domain, org.eclipse.core.commands.operations.IUndoableOperation operation, org.eclipse.core.runtime.IAdaptable info)
domain
- my editing domainoperation
- the non-EMF changes that I recordinfo
- the adaptable object provided to the operation when it is
executedpublic NonEMFTransaction(TransactionalEditingDomain domain, org.eclipse.core.commands.operations.IUndoableOperation operation, org.eclipse.core.runtime.IAdaptable info, java.util.Map options)
domain
- my editing domainoperation
- the non-EMF changes that I recordoptions
- my optionsinfo
- the adaptable object provided to the operation when it is
executedMethod Detail |
public void commit() throws RollbackException
RollbackException
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |