public interface SessionPoolProvider
Provider for local or remote session pools.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptionGets the session pool for remote sessions.Gets the session pool for local sessions.
-
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
-