org.eclipse.emf.cdo.spi.common.commit
Interface InternalCDOCommitInfoManager.CommitInfoLoader

All Known Subinterfaces:
CDOSessionProtocol, IDBStoreAccessor, IHibernateStoreAccessor, ILissomeStoreAccessor, IMongoDBStoreAccessor, InternalFailoverParticipant, InternalRepository, InternalSynchronizableRepository, IObjectivityStoreAccessor, IStoreAccessor, IStoreAccessor.Raw
All Known Implementing Classes:
LongIDStoreAccessor, StoreAccessor, StoreAccessorBase
Enclosing interface:
InternalCDOCommitInfoManager

public static interface InternalCDOCommitInfoManager.CommitInfoLoader

If the meaning of this type isn't clear, there really should be more of a description here...


Method Summary
 CDOCommitData loadCommitData(long timeStamp)
           
 void loadCommitInfos(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler)
           
 

Method Detail

loadCommitInfos

void loadCommitInfos(CDOBranch branch,
                     long startTime,
                     long endTime,
                     CDOCommitInfoHandler handler)

loadCommitData

CDOCommitData loadCommitData(long timeStamp)


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