Package sonia.scm
Interface Initable
- All Known Subinterfaces:
GroupManager
,Handler<T>
,HandlerBase<T>
,Manager<T>
,RepositoryDirectoryHandler
,RepositoryHandler
,RepositoryManager
,RepositoryRoleManager
,TypeManager<T,
,H> UserManager
- All Known Implementing Classes:
AbstractGroupManager
,AbstractRepositoryHandler
,AbstractRepositoryManager
,AbstractRepositoryRoleManager
,AbstractSimpleRepositoryHandler
,AbstractUserManager
,GroupManagerDecorator
,ManagerDecorator
,RepositoryManagerDecorator
,UserManagerDecorator
public interface Initable
Base interface for all initable objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(SCMContextProvider context) This method is called when the SCM manager is started.
-
Method Details
-
init
This method is called when the SCM manager is started.- Parameters:
context
- - the context provider of the SCM-Manager
-