Package org.eclipse.emf.cdo.transaction
Schnittstelle CDOTransactionContainer
- Alle Superschnittstellen:
CDOTransactionOpener,CDOViewContainer,CDOViewOpener,org.eclipse.net4j.util.container.IContainer<CDOView>,org.eclipse.net4j.util.event.INotifier
- Alle bekannten Unterschnittstellen:
CDONet4jSession,CDOSession,CDOSession,InternalCDOSession
Can open new
transactions and provide access to openend transactions.- Seit:
- 4.1
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E>, org.eclipse.net4j.util.container.IContainer.Persistable<E>, org.eclipse.net4j.util.container.IContainer.Persistence<E>Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2 -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetTransaction(int viewID) Returns an array of all opentransactionsof this session.getTransactions(CDOBranch branch) Returns an array of alltransactionsof this session that are open on the given branch.Opens and returns a newtransactionon a new EMFresource set.openTransaction(String durableLockingID) Opens and returns atransactionon a new EMFresource setby resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true).openTransaction(CDOBranch branch) Opens and returns a newtransactionon a new EMFresource set.openTransaction(CDOBranchPoint target) Opens and returns a newtransactionon a new EMFresource set.openTransaction(CDOBranch branch, ResourceSet resourceSet) Opens and returns a newtransactionon the given EMFresource set.openTransaction(ResourceSet resourceSet) Opens and returns a newtransactionon the given EMFresource set.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.transaction.CDOTransactionOpener
openTransaction, openTransactionVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.view.CDOViewContainer
getView, getViews, getViews, openView, openView, openView, openView, openView, openView, openView, openViewVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.view.CDOViewOpener
openView, openViewVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmptyVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Methodendetails
-
getTransactions
CDOTransaction[] getTransactions()Returns an array of all opentransactionsof this session.- Siehe auch:
-
getTransactions
Returns an array of alltransactionsof this session that are open on the given branch.- Seit:
- 4.2
-
getTransaction
- Seit:
- 4.1
-
openTransaction
Opens and returns a newtransactionon a new EMFresource set.- Seit:
- 4.0
- Siehe auch:
-
openTransaction
Opens and returns a newtransactionon the given EMFresource set.- Seit:
- 3.0
- Siehe auch:
-
openTransaction
Opens and returns a newtransactionon the given EMFresource set.- Seit:
- 3.0
- Siehe auch:
-
openTransaction
Opens and returns a newtransactionon a new EMFresource set.Same as calling
openTransaction(new ResourceSetImpl()).- Seit:
- 3.0
- Siehe auch:
-
openTransaction
CDOTransaction openTransaction()Opens and returns a newtransactionon a new EMFresource set.Same as calling
openTransaction(new ResourceSetImpl()).- Siehe auch:
-
openTransaction
Opens and returns atransactionon a new EMFresource setby resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true).Same as calling
openTransaction(durableLockingID, new ResourceSetImpl()).- Seit:
- 4.0
- Siehe auch:
-