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 opentransactions
of this session.getTransactions
(CDOBranch branch) Returns an array of alltransactions
of this session that are open on the given branch.Opens and returns a newtransaction
on a new EMFresource set
.openTransaction
(String durableLockingID) Opens and returns atransaction
on a new EMFresource set
by resuming a transaction that has previously been made durable by callingCDOTransaction.enableDurableLocking(true)
.openTransaction
(CDOBranch branch) Opens and returns a newtransaction
on a new EMFresource set
.openTransaction
(CDOBranchPoint target) Opens and returns a newtransaction
on a new EMFresource set
.openTransaction
(CDOBranch branch, ResourceSet resourceSet) Opens and returns a newtransaction
on the given EMFresource set
.openTransaction
(ResourceSet resourceSet) Opens and returns a newtransaction
on the given EMFresource set
.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.transaction.CDOTransactionOpener
openTransaction, openTransaction
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.view.CDOViewContainer
getView, getViews, getViews, openView, openView, openView, openView, openView, openView, openView, openView
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.view.CDOViewOpener
openView, openView
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Von Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Methodendetails
-
getTransactions
CDOTransaction[] getTransactions()Returns an array of all opentransactions
of this session.- Siehe auch:
-
getTransactions
Returns an array of alltransactions
of this session that are open on the given branch.- Seit:
- 4.2
-
getTransaction
- Seit:
- 4.1
-
openTransaction
Opens and returns a newtransaction
on a new EMFresource set
.- Seit:
- 4.0
- Siehe auch:
-
openTransaction
Opens and returns a newtransaction
on the given EMFresource set
.- Seit:
- 3.0
- Siehe auch:
-
openTransaction
Opens and returns a newtransaction
on the given EMFresource set
.- Seit:
- 3.0
- Siehe auch:
-
openTransaction
Opens and returns a newtransaction
on a new EMFresource set
.Same as calling
openTransaction(new ResourceSetImpl())
.- Seit:
- 3.0
- Siehe auch:
-
openTransaction
CDOTransaction openTransaction()Opens and returns a newtransaction
on a new EMFresource set
.Same as calling
openTransaction(new ResourceSetImpl())
.- Siehe auch:
-
openTransaction
Opens and returns atransaction
on a new EMFresource set
by 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:
-