Skip to content

Draft LifeCycle Layer

Sascha Zelzer edited this page May 24, 2012 · 1 revision

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)