Interface SessionPoolProvider


public interface SessionPoolProvider
Provider for local or remote session pools.
Author:
harald
  • Method Details

    • getSessionPool

      SessionPool getSessionPool()
      Gets the session pool for local sessions.
      Returns:
      the pool, null if none available
    • getRemoteSessionPool

      MultiUserSessionPool getRemoteSessionPool()
      Gets the session pool for remote sessions.
      Returns:
      the pool, null if none available