Schnittstelle InternalRepository.PostActivateable

Umschließende Schnittstelle:
InternalRepository

public static interface InternalRepository.PostActivateable
A mix-in interface for elements of a repository that need to be notified when the repository is fully activated and sessions can be opened.
Seit:
4.15
Autor:
Eike Stepper
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Called by a repository when it is fully activated.
  • Methodendetails

    • doPostActivate

      void doPostActivate(InternalSession session)
      Called by a repository when it is fully activated.
      Parameter:
      session - a session that can be used by the implementor of this method. This session must not be closed by the implementor.