Interface ISessionContainer

  • All Known Subinterfaces:
    IRuntimeRepository

    public interface ISessionContainer
    A "something" that refers to a session. This is mainly used to ensure that sessions don't leak.
    Author:
    Andreas Kohn
    • Method Detail

      • setSession

        void setSession​(IPentahoSession sess)
        Set the session for this session container.
        Parameters:
        sess - The IPentahoSession to set