org.eclipse.emf.cdo.spi.server
Interface InternalTransaction

All Superinterfaces:
CDOBranchPoint, CDOCommonTransaction, CDOCommonView, CDORevisionProvider, Closeable, ILifecycle, INotifier, InternalView, ITransaction, IView

public interface InternalTransaction
extends ITransaction, InternalView

Since:
3.0
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.

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
 
Method Summary
 InternalCommitContext createCommitContext()
           
 
Methods inherited from interface org.eclipse.emf.cdo.spi.server.InternalView
changeTarget, clearChangeSubscription, doClose, getRepository, getSession, hasSubscription, setBranchPoint, setDurableLockingID, subscribe, unsubscribe
 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonView
getDurableLockingID, getViewID, isReadOnly
 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvider
getRevision
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

createCommitContext

InternalCommitContext createCommitContext()


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.