org.eclipse.emf.cdo.common.commit
Interface CDOCommitHistory.Provider<KEY,HISTORY extends CDOCommitHistory>

All Known Subinterfaces:
CDOCommitInfoManager, CDOTransaction, CDOView, InternalCDOCommitInfoManager, InternalCDOTransaction, InternalCDOView
All Known Implementing Classes:
CDOPushTransaction
Enclosing interface:
CDOCommitHistory

public static interface CDOCommitHistory.Provider<KEY,HISTORY extends CDOCommitHistory>

Provides consumers with histories.


Method Summary
 CDOCommitHistory getHistory()
           
 HISTORY getHistory(KEY key)
           
 

Method Detail

getHistory

CDOCommitHistory getHistory()

getHistory

HISTORY getHistory(KEY key)


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