...
- Server: classes orchestrating wavelets operations.
- Wave and Wavelet management: classes representing wave and wavelet entities and also the entry point for wave/wavelet storage, the WaveMap class.
- Wavelet persistence: classes providing persistence for wavelets.
- Wave Bus: the gateway to WIAB clients.
WaveMap
It's the component which provides access to wave/wavelet entities, renote and local ones. Its only client is the WaveServerImpl component. There is only one instance and it has a reference to a WaveletStore implementation in order to use the wavelet persistence.
...