org.eclipse.emf.cdo.session
Interface CDORepositoryInfo

All Superinterfaces:
CDOCommonRepository, CDOTimeProvider

public interface CDORepositoryInfo
extends CDOCommonRepository

Describes a model repository a session is connected to.

Since:
3.0
Author:
Eike Stepper
See Also:
CDOSession.getRepositoryInfo()
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
 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, isSupportingAudits, isSupportingBranches, isSupportingEcore
 
Methods inherited from interface org.eclipse.emf.cdo.common.util.CDOTimeProvider
getTimeStamp
 

Method Detail

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) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.