Package org.eclipse.emf.cdo.transaction
Interface CDOTransactionContainer
- All Superinterfaces:
CDOTransactionOpener
,CDOViewContainer
,CDOViewOpener
,org.eclipse.net4j.util.container.IContainer<CDOView>
,org.eclipse.net4j.util.event.INotifier
- All Known Subinterfaces:
CDONet4jSession
,CDOSession
,CDOSession
,InternalCDOSession
Can open new
transactions
and provide access to openend transactions.- Since:
- 4.1
- Author:
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptiongetTransaction
(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
.Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOTransactionOpener
openTransaction, openTransaction
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewContainer
getView, getViews, getViews, openView, openView, openView, openView, openView, openView, openView, openView
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewOpener
openView, openView
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Method Details
-
getTransactions
CDOTransaction[] getTransactions()Returns an array of all opentransactions
of this session.- See Also:
-
getTransactions
Returns an array of alltransactions
of this session that are open on the given branch.- Since:
- 4.2
-
getTransaction
- Since:
- 4.1
-
openTransaction
Opens and returns a newtransaction
on a new EMFresource set
.- Since:
- 4.0
- See Also:
-
openTransaction
Opens and returns a newtransaction
on the given EMFresource set
.- Since:
- 3.0
- See Also:
-
openTransaction
Opens and returns a newtransaction
on the given EMFresource set
.- Since:
- 3.0
- See Also:
-
openTransaction
Opens and returns a newtransaction
on a new EMFresource set
.Same as calling
openTransaction(new ResourceSetImpl())
.- Since:
- 3.0
- See Also:
-
openTransaction
CDOTransaction openTransaction()Opens and returns a newtransaction
on a new EMFresource set
.Same as calling
openTransaction(new ResourceSetImpl())
.- See Also:
-
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())
.- Since:
- 4.0
- See Also:
-