org.eclipse.emf.cdo.server
Interface IStoreWriter

All Superinterfaces:
IStoreAccessor, IStoreReader
All Known Subinterfaces:
IDBStoreWriter, IHibernateStoreWriter

public interface IStoreWriter
extends IStoreReader


Nested Class Summary
static interface IStoreWriter.CommitContext
          Represents the state of a single, logical commit operation which is driven through multiple calls to several methods on the IStoreWriter API.
 
Method Summary
 void commit(IStoreWriter.CommitContext context)
           
 IView getView()
           
 void rollback(IStoreWriter.CommitContext context)
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreReader
createChunkReader, getSession, readObjectIDs, readObjectType, readPackage, readPackageInfos, readResourceID, readResourcePath, readRevision, readRevisionByTime, readRevisionByVersion, verifyRevision
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreAccessor
getStore, release
 

Method Detail

getView

IView getView()

commit

void commit(IStoreWriter.CommitContext context)

rollback

void rollback(IStoreWriter.CommitContext context)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.