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

All Superinterfaces:
CDOCommitInfoManager, ILifecycle, INotifier

public interface InternalCDOCommitInfoManager
extends CDOCommitInfoManager, ILifecycle

Since:
3.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
static interface InternalCDOCommitInfoManager.CommitInfoLoader
           
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
ILifecycle.DeferrableActivation
 
Method Summary
 CDOCommitInfo createCommitInfo(CDOBranch branch, long timeStamp, long previousTimeStamp, String userID, String comment, CDOCommitData commitData)
           
 InternalCDOCommitInfoManager.CommitInfoLoader getCommitInfoLoader()
           
 void setCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader)
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfoManager
getCommitInfo, getCommitInfos, getCommitInfos
 
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

getCommitInfoLoader

InternalCDOCommitInfoManager.CommitInfoLoader getCommitInfoLoader()

setCommitInfoLoader

void setCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader)

createCommitInfo

CDOCommitInfo createCommitInfo(CDOBranch branch,
                               long timeStamp,
                               long previousTimeStamp,
                               String userID,
                               String comment,
                               CDOCommitData commitData)
Since:
4.0


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