Interface CDORepositoryInfo

All Superinterfaces:
CDOCommonRepository, CDOTimeProvider, IAdaptable

public interface CDORepositoryInfo extends CDOCommonRepository
Describes a model repository a session is 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.
  • Method Details

    • 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: