org.pentaho.platform.api.engine
Interface ISessionContainer

All Known Subinterfaces:
IContentRepository, IRuntimeRepository
All Known Implementing Classes:
ContentRepository, DbBasedSolutionRepository, ExtensionDbBasedSolutionRepository, ExtensionFileBasedSolutionRepository, FileBasedSolutionRepository, RuntimeRepository, SimpleRuntimeRepository, SolutionRepositoryBase

public interface ISessionContainer

A "something" that refers to a session. This is mainly used to ensure that sessions don't leak.

Author:
Andreas Kohn
See Also:
BISERVER-2639

Method Summary
 void setSession(IPentahoSession sess)
          Set the session for this session container.
 

Method Detail

setSession

void setSession(IPentahoSession sess)
Set the session for this session container.

Parameters:
sess - The IPentahoSession to set