|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Can open new transactions
and provide access to openend transactions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer |
---|
IContainer.Modifiable<E> |
Method Summary | |
---|---|
CDOTransaction |
getTransaction(int viewID)
|
CDOTransaction[] |
getTransactions()
Returns an array of all open views and transactions of this session. |
CDOTransaction |
openTransaction()
Opens and returns a new transaction on a new EMF resource set . |
CDOTransaction |
openTransaction(CDOBranch branch)
Opens and returns a new transaction on a new EMF resource set . |
CDOTransaction |
openTransaction(CDOBranchPoint target)
Opens and returns a new transaction on a new EMF resource set . |
CDOTransaction |
openTransaction(CDOBranchPoint target,
ResourceSet resourceSet)
Opens and returns a new transaction on the given EMF resource set . |
CDOTransaction |
openTransaction(CDOBranch branch,
ResourceSet resourceSet)
Opens and returns a new transaction on the given EMF resource set . |
CDOTransaction |
openTransaction(ResourceSet resourceSet)
Opens and returns a new transaction on the given EMF resource set . |
CDOTransaction |
openTransaction(String durableLockingID)
Opens and returns a transaction on a new EMF resource set by resuming a
transaction that has previously been made durable by calling CDOTransaction.enableDurableLocking(true) . |
CDOTransaction |
openTransaction(String durableLockingID,
ResourceSet resourceSet)
Opens and returns a transaction on the given EMF resource set by
resuming a transaction that has previously been made durable by calling
CDOTransaction.enableDurableLocking(true) . |
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewContainer |
---|
getView, getViews, openView, openView, openView, openView, openView, openView, openView, openView, 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 Detail |
---|
CDOTransaction[] getTransactions()
views
and transactions
of this session.
CDOViewContainer.openView()
,
openTransaction()
CDOTransaction getTransaction(int viewID)
CDOTransaction openTransaction(CDOBranchPoint target, ResourceSet resourceSet)
transaction
on the given EMF resource set
.
openTransaction()
CDOTransaction openTransaction(CDOBranchPoint target)
transaction
on a new EMF resource set
.
openTransaction()
CDOTransaction openTransaction(CDOBranch branch, ResourceSet resourceSet)
transaction
on the given EMF resource set
.
openTransaction()
CDOTransaction openTransaction(ResourceSet resourceSet)
transaction
on the given EMF resource set
.
openTransaction()
CDOTransaction openTransaction(CDOBranch branch)
transaction
on a new EMF resource set
.
Same as calling openTransaction(new ResourceSetImpl())
.
openTransaction(ResourceSet)
CDOTransaction openTransaction()
transaction
on a new EMF resource set
.
Same as calling openTransaction(new ResourceSetImpl())
.
openTransaction(ResourceSet)
CDOTransaction openTransaction(String durableLockingID)
transaction
on a new EMF resource set
by resuming a
transaction that has previously been made durable by calling CDOTransaction.enableDurableLocking(true)
.
Same as calling openTransaction(durableLockingID, new ResourceSetImpl())
.
openTransaction(String,ResourceSet)
CDOTransaction openTransaction(String durableLockingID, ResourceSet resourceSet)
transaction
on the given EMF resource set
by
resuming a transaction that has previously been made durable by calling
CDOTransaction.enableDurableLocking(true)
.
openTransaction(String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |