Interface SessionProvider

All Known Subinterfaces:
ReturnableSessionProvider, SessionDependable, SessionPool
All Known Implementing Classes:
AbstractSessionTask

public interface SessionProvider
Session provider.

Provides access to a certain session.

Author:
harald
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the session.
  • Method Details

    • getSession

      Session getSession()
      Gets the session.
      Returns:
      the session