| Also note that the “yet another service” would need to offer something like:
- prepareEnvironment() - update the current thread to be capable of running the “SE Bootstrap”.
- clearEnvironment() - update the current thread to no longer be capable of continuing the “SE Bootstrap”.
Note that the “SE Bootstrap” may consist of multiple phases (e.g. 2 phase is currently an option), so the prepareEnvironment() + clearEnvironment() may each be called multiple times per EMF bootstrap. |