Interface CDOCommonSession

  • All Superinterfaces:
    org.eclipse.net4j.util.collection.Closeable, IAdaptable, org.eclipse.net4j.util.options.IOptionsContainer, org.eclipse.net4j.util.properties.IPropertiesContainer, org.eclipse.net4j.util.security.IUserAware
    All Known Subinterfaces:
    CDONet4jSession, CDOSession, CDOSession, InternalCDOSession, InternalSession, ISession

    public interface CDOCommonSession
    extends IAdaptable, org.eclipse.net4j.util.security.IUserAware, org.eclipse.net4j.util.options.IOptionsContainer, org.eclipse.net4j.util.properties.IPropertiesContainer, org.eclipse.net4j.util.collection.Closeable
    Abstracts the information about CDO sessions that is common to both client and server side.
    Since:
    2.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 Detail

      • getSessionID

        int getSessionID()
      • getOpeningTime

        long getOpeningTime()
        Since:
        4.13
      • options

        CDOCommonSession.Options options()
        Returns the options of this session.
        Specified by:
        options in interface org.eclipse.net4j.util.options.IOptionsContainer