Package org.eclipse.emf.cdo.spi.server
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 TypMethodeBeschreibungvoid
doPostActivate
(InternalSession session) Called by arepository
when it is fully activated.
-
Methodendetails
-
doPostActivate
Called by arepository
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.
-