This repository has been archived by the owner on Feb 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
org.nasdanika.cdo
Pavel Vlasov edited this page Mar 28, 2014
·
4 revisions
This bundle provides the following classes and interfaces:
- CDOSessionInitializer - components which implement this interface are used by session provider components to initialize CDO sessions, e.g. register packages and load initial data, if the underlying repository is empty.
- CDOSessionProviderComponent - an OSGi component which connects to a CDO Server/repository and exposes CDOSessionProvider interface. This component may connect to a repository over TCP or JVM transports. It can be configured to use zero or more session initializers.
- CDOSessionProviderServerComponent - is a combination of CDOSessionProviderComponent and ServerComponent with the server component activated before the session provider component and deactivated after.
- RepositoryProvider interface shall be implemented by components which provide repositories for the ServerComponent
- ServerComponent exposes one or more CDO repositories over JVM or TCP transports.