org.eclipse.emf.cdo.session
Interface CDORepositoryInfo

All Superinterfaces:
CDOCommonRepository, CDOTimeProvider, IAdaptable

public interface CDORepositoryInfo
extends CDOCommonRepository

Describes a model repository a session is connected to.

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
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepository
CDOCommonRepository.IDGenerationLocation, CDOCommonRepository.State, CDOCommonRepository.StateChangedEvent, CDOCommonRepository.Type, CDOCommonRepository.TypeChangedEvent
 
Method Summary
 CDOSession getSession()
          Returns the session.
 long getTimeStamp(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.CDOCommonRepository
getCreationTime, getIDGenerationLocation, getName, getObjectIDTypes, getRootResourceID, getState, getStoreType, getType, getUUID, isEnsuringReferentialIntegrity, isSerializingCommits, isSupportingAudits, isSupportingBranches, isSupportingEcore, waitWhileInitial
 
Methods inherited from interface org.eclipse.emf.cdo.common.util.CDOTimeProvider
getTimeStamp
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getSession

CDOSession getSession()
Returns the session.

Since:
4.2

getTimeStamp

long getTimeStamp(boolean forceRefresh)
Returns the approximate current time of this repository by optionally refreshing the approximation from the server.

See Also:
CDOTimeProvider.getTimeStamp()


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