Draft LifeCycle Layer - abroekhuis/NativeOSGi GitHub Wiki

Life Cycle Layer

Attention: This is a draft

The Bundle Activator

The C interface looks like this:

int create(void** activator)
int start(void* activator, void* bc)
int stop(void* activator, void* bc)
int destroy(void* activator)
⚠️ **GitHub.com Fallback** ⚠️