Package org.eclipse.emf.cdo.spi.server
Interface InternalRepository.PostActivateable
- 
- Enclosing interface:
- InternalRepository
 
 public static interface InternalRepository.PostActivateableA mix-in interface forelementsof arepositorythat need to be notified when the repository is fully activated andsessionscan be opened.- Since:
- 4.15
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoPostActivate(InternalSession session)Called by arepositorywhen it is fully activated.
 
- 
- 
- 
Method Detail- 
doPostActivatevoid doPostActivate(InternalSession session) Called by arepositorywhen it is fully activated.- Parameters:
- session- a session that can be used by the implementor of this method. This session must not be closed by the implementor.
 
 
- 
 
-