Package org.eclipse.emf.cdo.session
Interface CDORepositoryInfo
- 
- All Superinterfaces:
- CDOCommonRepository,- CDOTimeProvider,- IAdaptable
 
 public interface CDORepositoryInfo extends CDOCommonRepository Describes a model repository asessionis connected to.- 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.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepositoryCDOCommonRepository.CommitInfoStorage, CDOCommonRepository.IDGenerationLocation, CDOCommonRepository.ListOrdering, CDOCommonRepository.State, CDOCommonRepository.StateChangedEvent, CDOCommonRepository.Type, CDOCommonRepository.TypeChangedEvent
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDOSessiongetSession()Returns the session.longgetTimeStamp(boolean forceRefresh)Returns the approximate current time of this repository by optionally refreshing the approximation from the server.- 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepositorygetCommitInfoStorage, getCreationTime, getIDGenerationLocation, getName, getObjectIDTypes, getRootResourceID, getState, getStoreType, getType, getUUID, isAuthenticating, isAuthorizingOperations, isEnsuringReferentialIntegrity, isSerializingCommits, isSupportingAudits, isSupportingBranches, isSupportingEcore, isSupportingUnits, waitWhileInitial
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.util.CDOTimeProvidergetTimeStamp
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getSessionCDOSession getSession() Returns the session.- Since:
- 4.2
 
 - 
getTimeStamplong getTimeStamp(boolean forceRefresh) Returns the approximate current time of this repository by optionally refreshing the approximation from the server.- See Also:
- CDOTimeProvider.getTimeStamp()
 
 
- 
 
-